[Scummvm-cvs-logs] CVS: scummvm/sword1 sword1.cpp,1.49,1.50
Max Horn
fingolfin at users.sourceforge.net
Wed Aug 11 14:51:05 CEST 2004
Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27413/sword1
Modified Files:
sword1.cpp
Log Message:
Fix for bug #1007093 (GUI: removing game configuration from Launcher buggy); moral: either document how things work, or at least provide well named constants for certain return values... using the cheap way out here, i.e. method (b) :-)
Index: sword1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sword1.cpp,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- sword1.cpp 27 Jul 2004 03:47:56 -0000 1.49
+++ sword1.cpp 11 Aug 2004 21:49:58 -0000 1.50
@@ -1078,7 +1078,7 @@
test.close();
} else {
const char msg[] = "Unable to find the game files.\nPlease read the ScummVM documentation";
- GUI::MessageDialog dialog(msg);
+ GUI::MessageDialog dialog(msg);
dialog.runModal();
error(msg);
}
More information about the Scummvm-git-logs
mailing list