[Scummvm-cvs-logs] SF.net SVN: scummvm: [31148] scummvm/trunk/engines/kyra/kyra_v2.cpp
athrxx at users.sourceforge.net
athrxx at users.sourceforge.net
Sun Mar 16 18:43:42 CET 2008
Revision: 31148
http://scummvm.svn.sourceforge.net/scummvm/?rev=31148&view=rev
Author: athrxx
Date: 2008-03-16 10:43:41 -0700 (Sun, 16 Mar 2008)
Log Message:
-----------
fix typo
Modified Paths:
--------------
scummvm/trunk/engines/kyra/kyra_v2.cpp
Modified: scummvm/trunk/engines/kyra/kyra_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v2.cpp 2008-03-16 17:16:17 UTC (rev 31147)
+++ scummvm/trunk/engines/kyra/kyra_v2.cpp 2008-03-16 17:43:41 UTC (rev 31148)
@@ -1593,7 +1593,7 @@
0x04, 0x06, 0x07, 0x08, 0x04, 0x09, 0x0A, 0x0B, 0xFF, 0x00
};
- if (queryGameFlag(0x159 && _flags.isTalkie))
+ if (queryGameFlag(0x159) && _flags.isTalkie)
return;
static bool scriptAnimation = false;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list