[Scummvm-cvs-logs] CVS: scummvm/common engine.cpp,1.34,1.35

Max Horn fingolfin at users.sourceforge.net
Mon Sep 8 18:32:15 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv20463

Modified Files:
	engine.cpp 
Log Message:
fixed disabling of modules

Index: engine.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/engine.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- engine.cpp	8 Sep 2003 17:13:40 -0000	1.34
+++ engine.cpp	8 Sep 2003 17:30:24 -0000	1.35
@@ -247,9 +247,18 @@
 //
 EngineFactory _factories[] =
 	{
-		Engine_SKY_create,
+#ifndef DISABLE_SCUMM
 		Engine_SCUMM_create,
+#endif
+#ifndef DISABLE_SCUMM
 		Engine_SIMON_create,
-		Engine_SWORD2_create
+#endif
+#ifndef DISABLE_SCUMM
+		Engine_SKY_create,
+#endif
+#ifndef DISABLE_SCUMM
+		Engine_SWORD2_create,
+#endif
+		0
 	};
 





More information about the Scummvm-git-logs mailing list