[Scummvm-cvs-logs] CVS: scummvm/common main.cpp,1.12,1.13

Max Horn fingolfin at users.sourceforge.net
Wed Oct 16 10:38:05 CEST 2002


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

Modified Files:
	main.cpp 
Log Message:
dialogs now can be run 'modal'

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/main.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- main.cpp	30 Sep 2002 00:55:47 -0000	1.12
+++ main.cpp	16 Oct 2002 17:37:28 -0000	1.13
@@ -136,8 +136,7 @@
 	g_system = system;
 
 	Dialog *dlg = new LauncherDialog(g_gui, detector);
-	dlg->open();
-	g_gui->runLoop();
+	dlg->runModal();
 	delete dlg;
 }
 





More information about the Scummvm-git-logs mailing list