[Scummvm-cvs-logs] SF.net SVN: scummvm:[35791] scummvm/trunk/engines/agi/detection.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Thu Jan 8 23:41:25 CET 2009
Revision: 35791
http://scummvm.svn.sourceforge.net/scummvm/?rev=35791&view=rev
Author: thebluegr
Date: 2009-01-08 22:41:25 +0000 (Thu, 08 Jan 2009)
Log Message:
-----------
Fixed slight regression
Modified Paths:
--------------
scummvm/trunk/engines/agi/detection.cpp
Modified: scummvm/trunk/engines/agi/detection.cpp
===================================================================
--- scummvm/trunk/engines/agi/detection.cpp 2009-01-08 19:16:58 UTC (rev 35790)
+++ scummvm/trunk/engines/agi/detection.cpp 2009-01-08 22:41:25 UTC (rev 35791)
@@ -289,7 +289,7 @@
// King's Quest 3 (ST) 1.02 11/18/86
// Does not have menus, crashes if menus are enforced. Therefore, ESC pauses the game
- GAME_FP("kq3", "1.02 1986-11-18", "8846df2654302b623217ba8bd6d657a9", 0x2272, GF_MENUS, GID_KQ3, Common::kPlatformAtariST),
+ GAME_FP("kq3", "1.02 1986-11-18", "8846df2654302b623217ba8bd6d657a9", 0x2272, GF_ESCPAUSE, GID_KQ3, Common::kPlatformAtariST),
// King's Quest 3 (Mac) 2.14 3/15/88
GAME_P("kq3", "2.14 1988-03-15", "7639c0da5ce94848227d409351fabda2", 0x2440, GID_KQ3, Common::kPlatformMacintosh),
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