[Scummvm-cvs-logs] SF.net SVN: scummvm:[44196] scummvm/trunk/engines/kyra/scene_lol.cpp
athrxx at users.sourceforge.net
athrxx at users.sourceforge.net
Sat Sep 19 15:29:21 CEST 2009
Revision: 44196
http://scummvm.svn.sourceforge.net/scummvm/?rev=44196&view=rev
Author: athrxx
Date: 2009-09-19 13:29:21 +0000 (Sat, 19 Sep 2009)
Log Message:
-----------
LOL: fix warning/error
Modified Paths:
--------------
scummvm/trunk/engines/kyra/scene_lol.cpp
Modified: scummvm/trunk/engines/kyra/scene_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/scene_lol.cpp 2009-09-19 13:17:55 UTC (rev 44195)
+++ scummvm/trunk/engines/kyra/scene_lol.cpp 2009-09-19 13:29:21 UTC (rev 44196)
@@ -360,7 +360,7 @@
if (_flags.use16ColorMode) {
if (_lastSpecialColor == 0x66)
//_lastSpecialColor = stricmp(file, "YVEL2") ? 0xcc : 0x44;
- _lastSpecialColor = stricmp(file, "YVEL2") ? 0xc : 0x4;
+ _lastSpecialColor = scumm_stricmp(file, "YVEL2") ? 0xc : 0x4;
else if (_lastSpecialColor == 0x6b)
//_lastSpecialColor = 0xcc;
_lastSpecialColor = 0xc;
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