[Scummvm-cvs-logs] CVS: scummvm/common main.cpp,1.10,1.11

Max Horn fingolfin at users.sourceforge.net
Sun Sep 29 16:07:03 CEST 2002


Update of /cvsroot/scummvm/scummvm/common
In directory usw-pr-cvs1:/tmp/cvs-serv21158/common

Modified Files:
	main.cpp 
Log Message:
disable experimental launcher dialog by default (at least till it is usable)

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/main.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- main.cpp	27 Sep 2002 23:27:14 -0000	1.10
+++ main.cpp	29 Sep 2002 23:06:41 -0000	1.11
@@ -152,7 +152,7 @@
 	// TODO - move this up for the launcher dialog?
 	g_gui = new NewGui(system);
 
-#if 1
+#if 0
 	// FIXME - we need to call init_size() here so that we can display for example
 	// the launcher dialog. But the Engine object will also call it again (possibly
 	// with a different widht/height!9 However, this method is not for all OSystem 





More information about the Scummvm-git-logs mailing list