[Scummvm-cvs-logs] SF.net SVN: scummvm: [23157] scummvm/trunk/engines/scumm/smush/smush_player.cpp

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Sat Jun 17 09:54:03 CEST 2006


Revision: 23157
Author:   anotherguest
Date:     2006-06-17 00:53:55 -0700 (Sat, 17 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23157&view=rev

Log Message:
-----------
Fixed Smushplayer for Symbian OS.__SYMBIAN32__ was defined as __SYMBIA32__.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/smush/smush_player.cpp
Modified: scummvm/trunk/engines/scumm/smush/smush_player.cpp
===================================================================
--- scummvm/trunk/engines/scumm/smush/smush_player.cpp	2006-06-17 06:27:44 UTC (rev 23156)
+++ scummvm/trunk/engines/scumm/smush/smush_player.cpp	2006-06-17 07:53:55 UTC (rev 23157)
@@ -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