[Scummvm-cvs-logs] scummvm master -> 78707b285f7f324d92ed2d1b20f0d7c653ee2590
eriktorbjorn
eriktorbjorn at telia.com
Sun Oct 6 23:50:04 CEST 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:
78707b285f TSAGE: Silence GCC warning.
Commit: 78707b285f7f324d92ed2d1b20f0d7c653ee2590
https://github.com/scummvm/scummvm/commit/78707b285f7f324d92ed2d1b20f0d7c653ee2590
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2013-10-06T14:49:21-07:00
Commit Message:
TSAGE: Silence GCC warning.
Changed paths:
engines/tsage/converse.cpp
diff --git a/engines/tsage/converse.cpp b/engines/tsage/converse.cpp
index 4927e02..9e7d841 100644
--- a/engines/tsage/converse.cpp
+++ b/engines/tsage/converse.cpp
@@ -839,7 +839,7 @@ void StripManager::signal() {
// If no entry found, get the default response
if (!delayFlag) {
- int idx = 0;
+ idx = 0;
while (obj44._list[idx + 1]._id)
++idx;
More information about the Scummvm-git-logs
mailing list