[Scummvm-cvs-logs] SF.net SVN: scummvm: [20999] scummvm/trunk/engines/cine/main_loop.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Mar 1 16:51:07 CET 2006


Revision: 20999
Author:   fingolfin
Date:     2006-03-01 16:50:52 -0800 (Wed, 01 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20999&view=rev

Log Message:
-----------
Breaking cine, in the hopes that somebody will fix this obviously totally bogus code (even if that fix just means uncommenting it :)

Modified Paths:
--------------
    scummvm/trunk/engines/cine/main_loop.cpp
Modified: scummvm/trunk/engines/cine/main_loop.cpp
===================================================================
--- scummvm/trunk/engines/cine/main_loop.cpp	2006-03-01 22:50:16 UTC (rev 20998)
+++ scummvm/trunk/engines/cine/main_loop.cpp	2006-03-02 00:50:52 UTC (rev 20999)
@@ -146,6 +146,8 @@
 
 	do {
 		mainLoopSub3();
+This is bad code. executePlayerInput returns an uint16, and we cast it to a char
+pointer. Yeah, right...
 		di = (char *)executePlayerInput();
 
 		if (var18 != 0) {







More information about the Scummvm-git-logs mailing list