[Scummvm-cvs-logs] SF.net SVN: scummvm: [31161] scummvm/trunk/engines/kyra/gui_v2.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Mon Mar 17 21:34:46 CET 2008
Revision: 31161
http://scummvm.svn.sourceforge.net/scummvm/?rev=31161&view=rev
Author: lordhoto
Date: 2008-03-17 13:34:46 -0700 (Mon, 17 Mar 2008)
Log Message:
-----------
Probably fixing string issues in menu.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/gui_v2.cpp
Modified: scummvm/trunk/engines/kyra/gui_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/gui_v2.cpp 2008-03-17 20:30:09 UTC (rev 31160)
+++ scummvm/trunk/engines/kyra/gui_v2.cpp 2008-03-17 20:34:46 UTC (rev 31161)
@@ -68,7 +68,7 @@
if (_flags.gameID == GI_KYRA2) {
_screen->setScreenDim(11);
- const char * k2strings[4];
+ static const char *k2strings[4];
k2strings[0] = _sequenceStrings[97];
k2strings[1] = _sequenceStrings[96];
k2strings[2] = _sequenceStrings[95];
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