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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Jan 12 09:31:36 CET 2008


Revision: 30440
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30440&view=rev
Author:   lordhoto
Date:     2008-01-12 00:31:36 -0800 (Sat, 12 Jan 2008)

Log Message:
-----------
Removed warning in Screen::getOverlayPtr for now.

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

Modified: scummvm/trunk/engines/kyra/screen.cpp
===================================================================
--- scummvm/trunk/engines/kyra/screen.cpp	2008-01-12 08:18:37 UTC (rev 30439)
+++ scummvm/trunk/engines/kyra/screen.cpp	2008-01-12 08:31:36 UTC (rev 30440)
@@ -2774,8 +2774,7 @@
 		if (page == 12 || page == 13)
 			return _sjisOverlayPtrs[3];
 	}
-	
-	warning("Trying to access unimplemented SJIS overlay page %d", page);
+
 	return 0;
 }
 


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