aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/debug.h
diff options
context:
space:
mode:
authorLittleboy2012-08-27 23:29:09 -0400
committerLittleboy2012-08-27 23:30:23 -0400
commit6ab8db638e4a1d547ee67db067b5d6c3d6c940a4 (patch)
tree981fed8e6621957dde6ba8f5ec90c67ca36d50f1 /engines/lastexpress/debug.h
parentee8581b778b83bc01af0f26bc8b3680ebc266700 (diff)
downloadscummvm-rg350-6ab8db638e4a1d547ee67db067b5d6c3d6c940a4.tar.gz
scummvm-rg350-6ab8db638e4a1d547ee67db067b5d6c3d6c940a4.tar.bz2
scummvm-rg350-6ab8db638e4a1d547ee67db067b5d6c3d6c940a4.zip
LASTEXPRESS: Implement more savegame loading
- Rename existing function to load the last saved game - Remove loadgame debugger command
Diffstat (limited to 'engines/lastexpress/debug.h')
-rw-r--r--engines/lastexpress/debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/lastexpress/debug.h b/engines/lastexpress/debug.h
index a9f0443af9..532cb83717 100644
--- a/engines/lastexpress/debug.h
+++ b/engines/lastexpress/debug.h
@@ -79,7 +79,6 @@ private:
bool cmdShow(int argc, const char **argv);
bool cmdEntity(int argc, const char **argv);
- bool cmdLoadGame(int argc, const char **argv);
bool cmdSwitchChapter(int argc, const char **argv);
bool cmdClear(int argc, const char **argv);