[Scummvm-cvs-logs] SF.net SVN: scummvm: [23158] scummvm/branches/branch-0-9-0/engines/scumm/smush/smush_player.cpp
anotherguest at users.sourceforge.net
anotherguest at users.sourceforge.net
Sat Jun 17 09:54:25 CEST 2006
Revision: 23158
Author: anotherguest
Date: 2006-06-17 00:54:18 -0700 (Sat, 17 Jun 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=23158&view=rev
Log Message:
-----------
Fixed Smushplayer for Symbian OS.__SYMBIAN32__ was defined as __SYMBIA32__.
Modified Paths:
--------------
scummvm/branches/branch-0-9-0/engines/scumm/smush/smush_player.cpp
Modified: scummvm/branches/branch-0-9-0/engines/scumm/smush/smush_player.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/engines/scumm/smush/smush_player.cpp 2006-06-17 07:53:55 UTC (rev 23157)
+++ scummvm/branches/branch-0-9-0/engines/scumm/smush/smush_player.cpp 2006-06-17 07:54:18 UTC (rev 23158)
@@ -273,7 +273,7 @@
_inTimerCount = 0;
_inTimerCountRedraw = ConfMan.getInt("Smush_force_redraw");
#endif
-#ifdef __SYMBIA32__
+#ifdef __SYMBIAN32__
_closeOnTextTick = false;
#endif
}
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