SCI: also change exit to quit in help

svn-id: r47608
This commit is contained in:
Martin Kiewitz 2010-01-27 20:06:07 +00:00
parent f376572ed8
commit 00413a0b04

View File

@ -312,7 +312,7 @@ bool Console::cmdHelp(int argc, const char **argv) {
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");