[Scummvm-cvs-logs] CVS: scummvm/gui launcher.cpp,1.41,1.41.2.1

James Brown ender at users.sourceforge.net
Wed Jul 30 01:15:24 CEST 2003


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv22273/gui

Modified Files:
      Tag: branch-0-5-0
	launcher.cpp 
Log Message:
Disable launcher Options dialog (RC 747984), add hack for camera bug in ZakV2 (RC 770699)


Index: launcher.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/launcher.cpp,v
retrieving revision 1.41
retrieving revision 1.41.2.1
diff -u -d -r1.41 -r1.41.2.1
--- launcher.cpp	15 Jul 2003 02:16:33 -0000	1.41
+++ launcher.cpp	30 Jul 2003 08:14:27 -0000	1.41.2.1
@@ -179,7 +179,10 @@
 
 	// Add three buttons at the bottom
 	addButton(1 * (_w - kButtonWidth) / 6, _h - 24, "Quit", kQuitCmd, 'Q');
-	addButton(3 * (_w - kButtonWidth) / 6, _h - 24, "Options", kOptionsCmd, 'O');
+
+	// FIXME: This option dialog is current a dummy - disable for 0.5.0 (see bug #747984)
+	//addButton(3 * (_w - kButtonWidth) / 6, _h - 24, "Options", kOptionsCmd, 'O');
+
 	_startButton = addButton(5 * (_w - kButtonWidth)/6, _h - 24, "Start", kStartCmd, 'S');
 
 	// Add list with game titles





More information about the Scummvm-git-logs mailing list