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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Jun 2 13:58:30 CEST 2009


Revision: 41124
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41124&view=rev
Author:   lordhoto
Date:     2009-06-02 11:58:30 +0000 (Tue, 02 Jun 2009)

Log Message:
-----------
Fix bug #2799905 "WINCE: Compilation broken".

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/debugger.cpp
    scummvm/trunk/engines/kyra/debugger.h

Modified: scummvm/trunk/engines/kyra/debugger.cpp
===================================================================
--- scummvm/trunk/engines/kyra/debugger.cpp	2009-06-02 07:59:04 UTC (rev 41123)
+++ scummvm/trunk/engines/kyra/debugger.cpp	2009-06-02 11:58:30 UTC (rev 41124)
@@ -462,6 +462,7 @@
 
 #pragma mark -
 
+#ifdef ENABLE_LOL
 Debugger_LoL::Debugger_LoL(LoLEngine *vm) : Debugger(vm), _vm(vm) {
 }
 
@@ -511,6 +512,7 @@
 
 	return true;
 }
+#endif // ENABLE_LOL
 
 } // End of namespace Kyra
 

Modified: scummvm/trunk/engines/kyra/debugger.h
===================================================================
--- scummvm/trunk/engines/kyra/debugger.h	2009-06-02 07:59:04 UTC (rev 41123)
+++ scummvm/trunk/engines/kyra/debugger.h	2009-06-02 11:58:30 UTC (rev 41124)
@@ -97,6 +97,7 @@
 	bool cmd_passcodes(int argc, const char **argv);
 };
 
+#ifdef ENABLE_LOL
 class LoLEngine;
 
 class Debugger_LoL : public Debugger {
@@ -110,6 +111,7 @@
 	bool cmd_toggleFlag(int argc, const char **argv);
 	bool cmd_queryFlag(int argc, const char **argv);
 };
+#endif // ENABLE_LOL
 
 } // End of namespace Kyra
 


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