[Scummvm-cvs-logs] SF.net SVN: scummvm: [22465] residual/trunk/lua.cpp

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Sun May 14 01:07:00 CEST 2006


Revision: 22465
Author:   aquadran
Date:     2006-05-14 01:05:57 -0700 (Sun, 14 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22465&view=rev

Log Message:
-----------
removed commented hack

Modified Paths:
--------------
    residual/trunk/lua.cpp
Modified: residual/trunk/lua.cpp
===================================================================
--- residual/trunk/lua.cpp	2006-05-14 08:01:53 UTC (rev 22464)
+++ residual/trunk/lua.cpp	2006-05-14 08:05:57 UTC (rev 22465)
@@ -3012,9 +3012,6 @@
 	if (g_engine->getFlipEnable()) {
 		g_driver->flipBuffer();
 	}
-	// refreshDrawMode ensures that the blinking cursor
-	// for the "text entry" renders correctly
-	//g_engine->refreshDrawMode();  -- disabled above hack
 }
 
 static void EngineDisplay() {


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