[Scummvm-cvs-logs] scummvm master -> 56cf0ccabb56fcea3e6633e17765d617ac227505

eriktorbjorn eriktorbjorn at telia.com
Fri Dec 13 19:10:01 CET 2013


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:
56cf0ccabb TSAGE: Silence GCC warning.


Commit: 56cf0ccabb56fcea3e6633e17765d617ac227505
    https://github.com/scummvm/scummvm/commit/56cf0ccabb56fcea3e6633e17765d617ac227505
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2013-12-13T10:09:09-08:00

Commit Message:
TSAGE: Silence GCC warning.

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 39072f0..478674f 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -6593,7 +6593,7 @@ void Scene1337::subD02CA() {
 							} else {
 								int tmpVal = 0;
 
-								for (int j = 0; j <= 7; j++) {
+								for (j = 0; j <= 7; j++) {
 									if ((_gameBoardSide[2]._outpostStation[j]._cardId > 1) && (_gameBoardSide[2]._outpostStation[j]._cardId <= 9))
 										++tmpVal;
 								}






More information about the Scummvm-git-logs mailing list