[Scummvm-cvs-logs] CVS: scummvm/scumm dialogs.cpp,1.4,1.5

Max Horn fingolfin at users.sourceforge.net
Fri Sep 27 16:28:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv14625/scumm

Modified Files:
	dialogs.cpp 
Log Message:
added (currently completly useless) launcher dialog

Index: dialogs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/dialogs.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dialogs.cpp	26 Sep 2002 12:29:10 -0000	1.4
+++ dialogs.cpp	27 Sep 2002 23:27:14 -0000	1.5
@@ -273,9 +273,8 @@
 	case kOptionsCmd:
 		_scumm->optionsDialog();
 		break;
-	case kQuitCmd: {
-			_scumm->_system->quit();
-		}
+	case kQuitCmd:
+		_scumm->_system->quit();
 		break;
 	default:
 		Dialog::handleCommand(sender, cmd, data);





More information about the Scummvm-git-logs mailing list