[Scummvm-cvs-logs] SF.net SVN: scummvm:[47608] scummvm/trunk/engines/sci/console.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Wed Jan 27 21:06:07 CET 2010
Revision: 47608
http://scummvm.svn.sourceforge.net/scummvm/?rev=47608&view=rev
Author: m_kiewitz
Date: 2010-01-27 20:06:07 +0000 (Wed, 27 Jan 2010)
Log Message:
-----------
SCI: also change exit to quit in help
Modified Paths:
--------------
scummvm/trunk/engines/sci/console.cpp
Modified: scummvm/trunk/engines/sci/console.cpp
===================================================================
--- scummvm/trunk/engines/sci/console.cpp 2010-01-27 20:03:45 UTC (rev 47607)
+++ scummvm/trunk/engines/sci/console.cpp 2010-01-27 20:06:07 UTC (rev 47608)
@@ -312,7 +312,7 @@
DebugPrintf(" restart_game - Restarts the game\n");
DebugPrintf(" version - Shows the resource and interpreter versions\n");
DebugPrintf(" room - Gets or sets the current room number\n");
- DebugPrintf(" exit - Exits the game\n");
+ DebugPrintf(" quit - Quits the game\n");
DebugPrintf("\n");
DebugPrintf("Graphics:\n");
DebugPrintf(" set_palette - Sets a palette resource\n");
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