[Scummvm-cvs-logs] SF.net SVN: scummvm: [26677] scummvm/trunk/engines/agi/detection.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Apr 29 16:06:47 CEST 2007


Revision: 26677
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26677&view=rev
Author:   thebluegr
Date:     2007-04-29 07:06:46 -0700 (Sun, 29 Apr 2007)

Log Message:
-----------
Handle the escape key properly in KQ4. Fixes bug #1660158

Modified Paths:
--------------
    scummvm/trunk/engines/agi/detection.cpp

Modified: scummvm/trunk/engines/agi/detection.cpp
===================================================================
--- scummvm/trunk/engines/agi/detection.cpp	2007-04-29 12:20:35 UTC (rev 26676)
+++ scummvm/trunk/engines/agi/detection.cpp	2007-04-29 14:06:46 UTC (rev 26677)
@@ -737,7 +737,7 @@
 			Common::ADGF_NO_FLAGS
 		},
 		GType_V3,
-		0,
+		GF_ESC_MENU,
 		0x3086,
 	},
 
@@ -753,7 +753,7 @@
 			Common::ADGF_NO_FLAGS
 		},
 		GType_V3,
-		0,
+		GF_ESC_MENU,
 		0x3086,
 	},
 
@@ -769,7 +769,7 @@
 			Common::ADGF_NO_FLAGS
 		},
 		GType_V3,
-		0,
+		GF_ESC_MENU,
 		0x3086,
 	},
 
@@ -785,7 +785,7 @@
 			Common::ADGF_NO_FLAGS
 		},
 		GType_V3,
-		0,
+		GF_ESC_MENU,
 		0x3086,
 	},
 
@@ -801,7 +801,7 @@
 			Common::ADGF_NO_FLAGS
 		},
 		GType_V3,
-		0,
+		GF_ESC_MENU,
 		0x3149,
 	},
 


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