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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Mar 4 11:53:36 CET 2009


Revision: 39123
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39123&view=rev
Author:   thebluegr
Date:     2009-03-04 10:53:36 +0000 (Wed, 04 Mar 2009)

Log Message:
-----------
Fixed compilation when ENABLE_LOL is not set

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

Modified: scummvm/trunk/engines/kyra/lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/lol.cpp	2009-03-04 10:39:12 UTC (rev 39122)
+++ scummvm/trunk/engines/kyra/lol.cpp	2009-03-04 10:53:36 UTC (rev 39123)
@@ -433,6 +433,7 @@
 }
 
 Common::Error LoLEngine::go() {
+#ifdef ENABLE_LOL
 	setupPrologueData(true);
 
 	if (!saveFileLoadable(0))
@@ -519,7 +520,7 @@
 	_tim = 0;
 
 	// TODO: outro
-
+#endif
 	return Common::kNoError;
 }
 


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