[Scummvm-cvs-logs] SF.net SVN: scummvm:[53555] scummvm/trunk/graphics/sjis.h

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sun Oct 17 16:11:07 CEST 2010


Revision: 53555
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53555&view=rev
Author:   athrxx
Date:     2010-10-17 14:11:06 +0000 (Sun, 17 Oct 2010)

Log Message:
-----------
GRAPHICS: enable sjis code for scumm engine

Modified Paths:
--------------
    scummvm/trunk/graphics/sjis.h

Modified: scummvm/trunk/graphics/sjis.h
===================================================================
--- scummvm/trunk/graphics/sjis.h	2010-10-17 13:08:00 UTC (rev 53554)
+++ scummvm/trunk/graphics/sjis.h	2010-10-17 14:11:06 UTC (rev 53555)
@@ -28,7 +28,7 @@
 // for dynamic engine plugins.
 // If you plan to use this code in another engine, you will have
 // to add the proper define check here.
-#if !(defined(ENABLE_KYRA) || defined(ENABLE_SCI) || defined(DYNAMIC_MODULES))
+#if !(defined(ENABLE_KYRA) || defined(ENABLE_SCI) || defined(ENABLE_SCUMM) || defined(DYNAMIC_MODULES))
 
 // If neither of the above mentioned is enabled, do not include the SJIS code.
 


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