[Scummvm-cvs-logs] SF.net SVN: scummvm: [32796] scummvm/branches/gsoc2008-rtl/engines/touche/ opcodes.cpp
cyx at users.sourceforge.net
cyx at users.sourceforge.net
Thu Jun 26 09:13:05 CEST 2008
Revision: 32796
http://scummvm.svn.sourceforge.net/scummvm/?rev=32796&view=rev
Author: cyx
Date: 2008-06-26 00:13:05 -0700 (Thu, 26 Jun 2008)
Log Message:
-----------
flag 611 can be set from the scripts, set _quit when that happens.
Modified Paths:
--------------
scummvm/branches/gsoc2008-rtl/engines/touche/opcodes.cpp
Modified: scummvm/branches/gsoc2008-rtl/engines/touche/opcodes.cpp
===================================================================
--- scummvm/branches/gsoc2008-rtl/engines/touche/opcodes.cpp 2008-06-26 05:04:42 UTC (rev 32795)
+++ scummvm/branches/gsoc2008-rtl/engines/touche/opcodes.cpp 2008-06-26 07:13:05 UTC (rev 32796)
@@ -408,6 +408,9 @@
case 104:
_currentKeyCharNum = val;
break;
+ case 611:
+ _quit = val != 0;
+ break;
case 612:
_flagsTable[613] = getRandomNumber(val);
break;
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