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

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Jun 6 19:45:06 CEST 2009


Revision: 41253
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41253&view=rev
Author:   sev
Date:     2009-06-06 17:45:06 +0000 (Sat, 06 Jun 2009)

Log Message:
-----------
Implement cancel.line. Consider obj.status.f implemented

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

Modified: scummvm/trunk/engines/agi/op_cmd.cpp
===================================================================
--- scummvm/trunk/engines/agi/op_cmd.cpp	2009-06-06 17:44:46 UTC (rev 41252)
+++ scummvm/trunk/engines/agi/op_cmd.cpp	2009-06-06 17:45:06 UTC (rev 41253)
@@ -521,7 +521,8 @@
 }
 
 cmd(cancel_line) {
-	report("cancel.line\n");
+	g_agi->_game.inputBuffer[0] = 0;
+	g_agi->writePrompt();
 }
 
 // This implementation is based on observations of Amiga's Gold Rush.
@@ -535,8 +536,6 @@
 // 471 (When walking on the first screen's bridge),
 // 71 (When walking around, using the mouse or the keyboard).
 cmd(obj_status_f) {
-	report("obj.status.f\n");
-
 	const char *cycleDesc;  // Object's cycle description line
 	const char *motionDesc; // Object's motion description line
 	char msg[256];          // The whole object status message


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