mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
SCI: also change exit to quit in help
svn-id: r47608
This commit is contained in:
parent
f376572ed8
commit
00413a0b04
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user