[Scummvm-cvs-logs] SF.net SVN: scummvm:[46459] scummvm/trunk/engines/sci/sci.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Dec 21 13:19:58 CET 2009


Revision: 46459
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46459&view=rev
Author:   thebluegr
Date:     2009-12-21 12:19:57 +0000 (Mon, 21 Dec 2009)

Log Message:
-----------
Brought back the INCLUDE_OLDGFX define

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sci.h

Modified: scummvm/trunk/engines/sci/sci.h
===================================================================
--- scummvm/trunk/engines/sci/sci.h	2009-12-21 06:13:40 UTC (rev 46458)
+++ scummvm/trunk/engines/sci/sci.h	2009-12-21 12:19:57 UTC (rev 46459)
@@ -41,7 +41,9 @@
  */
 namespace Sci {
 
-// Please uncomment this if you want to use oldgui
+// Uncomment this to include old graphics code
+//#define INCLUDE_OLDGFX
+// Uncomment this if you want to use the old graphics code. INCLUDE_OLDGFX must be defined
 //#define USE_OLDGFX
 // Uncomment this to use old music functions
 #define USE_OLD_MUSIC_FUNCTIONS


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