[Scummvm-cvs-logs] SF.net SVN: scummvm:[43328] scummvm/branches/branch-1-0-0/engines/saga/ displayinfo.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Aug 12 20:14:14 CEST 2009


Revision: 43328
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43328&view=rev
Author:   lordhoto
Date:     2009-08-12 18:14:13 +0000 (Wed, 12 Aug 2009)

Log Message:
-----------
Backport of r43326: "Put some more IHNM / SAGA2 specific code into compile guards."

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/engines/saga/displayinfo.h

Modified: scummvm/branches/branch-1-0-0/engines/saga/displayinfo.h
===================================================================
--- scummvm/branches/branch-1-0-0/engines/saga/displayinfo.h	2009-08-12 18:12:22 UTC (rev 43327)
+++ scummvm/branches/branch-1-0-0/engines/saga/displayinfo.h	2009-08-12 18:14:13 UTC (rev 43328)
@@ -280,6 +280,7 @@
 	ITE_ProtectPanelButtons
 };
 
+#if defined(ENABLE_IHNM) || defined(ENABLE_SAGA2)
 
 // IHNM
 #define IHNM_CONVERSE_MAX_TEXT_WIDTH (485 - 8)
@@ -361,6 +362,8 @@
 	{kPanelButtonSaveText, -1,30, 0,0, kTextEnterSaveGameName,'-',0, 0,0,0},
 };
 
+#endif
+
 #ifdef ENABLE_IHNM
 static const GameDisplayInfo IHNM_DisplayInfo = {
 	640, 480,	// logical width&height


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