[Scummvm-cvs-logs] SF.net SVN: scummvm: [24308] scummvm/trunk/engines/agos

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sat Oct 14 14:10:18 CEST 2006


Revision: 24308
          http://svn.sourceforge.net/scummvm/?rev=24308&view=rev
Author:   kirben
Date:     2006-10-14 05:10:12 -0700 (Sat, 14 Oct 2006)

Log Message:
-----------
Fix stub for Amiga demo of Elvira 1

Modified Paths:
--------------
    scummvm/trunk/engines/agos/debug.h
    scummvm/trunk/engines/agos/items.cpp

Modified: scummvm/trunk/engines/agos/debug.h
===================================================================
--- scummvm/trunk/engines/agos/debug.h	2006-10-14 11:38:00 UTC (rev 24307)
+++ scummvm/trunk/engines/agos/debug.h	2006-10-14 12:10:12 UTC (rev 24308)
@@ -319,8 +319,8 @@
 	"|CLS",
 	/* 232 */
 	"W|CLOSE_WINDOW",
+	"WW|AGOS_MENU",
 	NULL,
-	NULL,
 	"WWWWWIW|ADD_BOX",
 	/* 236 */
 	"W|DEL_BOX",

Modified: scummvm/trunk/engines/agos/items.cpp
===================================================================
--- scummvm/trunk/engines/agos/items.cpp	2006-10-14 11:38:00 UTC (rev 24307)
+++ scummvm/trunk/engines/agos/items.cpp	2006-10-14 12:10:12 UTC (rev 24308)
@@ -2078,6 +2078,8 @@
 void AGOSEngine::oe1_menu() {
 	// 233: agos menu
 	// Used by Amiga demo
+	getVarOrWord();
+	getVarOrWord();
 }
 
 void AGOSEngine::oe1_bitClear() {


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