[Scummvm-cvs-logs] SF.net SVN: scummvm: [33049] scummvm/branches/gsoc2008-rtl/engines/agi/ preagi_mickey.cpp
cpage88 at users.sourceforge.net
cpage88 at users.sourceforge.net
Mon Jul 14 00:41:32 CEST 2008
Revision: 33049
http://scummvm.svn.sourceforge.net/scummvm/?rev=33049&view=rev
Author: cpage88
Date: 2008-07-13 15:41:32 -0700 (Sun, 13 Jul 2008)
Log Message:
-----------
Removed an exit() call in PreAGI
Modified Paths:
--------------
scummvm/branches/gsoc2008-rtl/engines/agi/preagi_mickey.cpp
Modified: scummvm/branches/gsoc2008-rtl/engines/agi/preagi_mickey.cpp
===================================================================
--- scummvm/branches/gsoc2008-rtl/engines/agi/preagi_mickey.cpp 2008-07-13 22:31:44 UTC (rev 33048)
+++ scummvm/branches/gsoc2008-rtl/engines/agi/preagi_mickey.cpp 2008-07-13 22:41:32 UTC (rev 33049)
@@ -1212,7 +1212,7 @@
}
waitAnyKey();
- exit(0);
+ _vm->quitGame();
}
void Mickey::flipSwitch() {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list