[Scummvm-cvs-logs] SF.net SVN: scummvm: [31066] scummvm/trunk/engines/kyra/script_v1.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Mar 8 20:30:25 CET 2008


Revision: 31066
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31066&view=rev
Author:   lordhoto
Date:     2008-03-08 11:30:25 -0800 (Sat, 08 Mar 2008)

Log Message:
-----------
Cleanup.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/script_v1.cpp

Modified: scummvm/trunk/engines/kyra/script_v1.cpp
===================================================================
--- scummvm/trunk/engines/kyra/script_v1.cpp	2008-03-08 19:28:42 UTC (rev 31065)
+++ scummvm/trunk/engines/kyra/script_v1.cpp	2008-03-08 19:30:25 UTC (rev 31066)
@@ -1181,7 +1181,7 @@
 	_screen->copyBackgroundBlock2(stackPos(0));
 	// update the whole screen
 	_screen->copyRegion(7, 7, 7, 7, 305, 129, 3, 0);
-	// Don't do a screen update here, it see bug #1910180 "KYRA1: Screen "flash""
+	// Don't do a screen update here, see bug #1910180 "KYRA1: Screen 'flash'"
 	// it would cause to draw the screen with a wrong palette and thus look
 	// strange for the user. Since this opcode should be just called on scene
 	// initialization anyway, there should be no problem with not updating the


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