[Scummvm-cvs-logs] scummvm master -> c728086a0275f82d8ef4e026ad55b4777a9e5abd

eriktorbjorn eriktorbjorn at telia.com
Fri Oct 3 08:18:47 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c728086a02 TSAGE: Silece GCC warnings


Commit: c728086a0275f82d8ef4e026ad55b4777a9e5abd
    https://github.com/scummvm/scummvm/commit/c728086a0275f82d8ef4e026ad55b4777a9e5abd
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2014-10-03T08:18:03+02:00

Commit Message:
TSAGE: Silece GCC warnings

Changed paths:
    engines/tsage/ringworld2/ringworld2_scenes1.cpp



diff --git a/engines/tsage/ringworld2/ringworld2_scenes1.cpp b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
index 4582d72..1d3b6d0 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -6041,7 +6041,7 @@ void Scene1337::handlePlayer1() {
 	for (int i = 0; i <= 3; i++) {
 		int tmpVal = isDelayCard(_gameBoardSide[1]._handCard[i]._cardId);
 		if (tmpVal != -1) {
-			int victimId = -1;
+			victimId = -1;
 			int rndVal = R2_GLOBALS._randomSource.getRandomNumber(3);
 
 			for (int j = 0; j <= 3; j++) {
@@ -6064,7 +6064,7 @@ void Scene1337::handlePlayer1() {
 
 	for (int j = 0; j <= 3; j++) {
 		if (getStationCardId(_gameBoardSide[1]._handCard[j]._cardId) != -1) {
-			int victimId = -1;
+			victimId = -1;
 			int rndVal = R2_GLOBALS._randomSource.getRandomNumber(3);
 			for (int l = 0; l <= 3; l++) {
 				if (rndVal != 1) {






More information about the Scummvm-git-logs mailing list