[Scummvm-cvs-logs] SF.net SVN: scummvm:[46884] scummvm/trunk/engines/sci/console.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sat Jan 2 15:11:38 CET 2010


Revision: 46884
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46884&view=rev
Author:   m_kiewitz
Date:     2010-01-02 14:11:38 +0000 (Sat, 02 Jan 2010)

Log Message:
-----------
SCI: listsaves is now "list_saves", also included entry 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-02 14:08:26 UTC (rev 46883)
+++ scummvm/trunk/engines/sci/console.cpp	2010-01-02 14:11:38 UTC (rev 46884)
@@ -109,7 +109,7 @@
 	DCmd_Register("version",			WRAP_METHOD(Console, cmdGetVersion));
 	DCmd_Register("room",				WRAP_METHOD(Console, cmdRoomNumber));
 	DCmd_Register("exit",				WRAP_METHOD(Console, cmdExit));
-	DCmd_Register("listsaves",			WRAP_METHOD(Console, cmdListSaves));
+	DCmd_Register("list_saves",			WRAP_METHOD(Console, cmdListSaves));
 	// Screen
 	DCmd_Register("sci0_palette",		WRAP_METHOD(Console, cmdSci0Palette));
 	DCmd_Register("clear_screen",		WRAP_METHOD(Console, cmdClearScreen));
@@ -324,6 +324,7 @@
 	DebugPrintf("Game:\n");
 	DebugPrintf(" save_game - Saves the current game state to the hard disk\n");
 	DebugPrintf(" restore_game - Restores a saved game from the hard disk\n");
+	DebugPrintf(" list_saves - List all saved games including filenames\n");
 	DebugPrintf(" restart_game - Restarts the game\n");
 	DebugPrintf(" version - Shows the resource and interpreter versions\n");
 	DebugPrintf(" room - Shows the current room number\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