[Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.49,1.50
Oliver Kiehl
olki at users.sourceforge.net
Sat Feb 15 06:52:10 CET 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv27820
Modified Files:
items.cpp
Log Message:
possible fix for Bug #687059 ?
Index: items.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/items.cpp,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- items.cpp 5 Feb 2003 09:29:37 -0000 1.49
+++ items.cpp 15 Feb 2003 14:51:24 -0000 1.50
@@ -990,7 +990,7 @@
const char *s = (const char *)getStringPtrByID(_stringid_array_3[a]);
ThreeValues *tv = getThreeValues(b);
- if (_game == GAME_TALKIE)
+ if (_game & GAME_TALKIE)
d = _array_4[a];
if (d != 0 && !_vk_t_toggle) {
More information about the Scummvm-git-logs
mailing list