aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/script_e2.cpp
diff options
context:
space:
mode:
authorTravis Howell2008-04-16 12:24:09 +0000
committerTravis Howell2008-04-16 12:24:09 +0000
commitee89c3000bbc7cc762edcc9abd9412703e464fbf (patch)
treebb2126e2f5eecc7ee90e3331d23210d2c8b6b513 /engines/agos/script_e2.cpp
parent943c3378153265c9404ea847b6d132240a699296 (diff)
downloadscummvm-rg350-ee89c3000bbc7cc762edcc9abd9412703e464fbf.tar.gz
scummvm-rg350-ee89c3000bbc7cc762edcc9abd9412703e464fbf.tar.bz2
scummvm-rg350-ee89c3000bbc7cc762edcc9abd9412703e464fbf.zip
Minor cleanup.
svn-id: r31514
Diffstat (limited to 'engines/agos/script_e2.cpp')
-rw-r--r--engines/agos/script_e2.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/engines/agos/script_e2.cpp b/engines/agos/script_e2.cpp
index 7713a68141..da9afc5a7d 100644
--- a/engines/agos/script_e2.cpp
+++ b/engines/agos/script_e2.cpp
@@ -145,7 +145,7 @@ void AGOSEngine_Elvira2::setupOpcodes() {
OPCODE(o_comment),
/* 88 */
OPCODE(o_invalid),
- OPCODE(oe2_loadGame),
+ OPCODE(oe1_loadGame),
OPCODE(o_getParent),
OPCODE(o_getNext),
/* 92 */
@@ -322,17 +322,6 @@ void AGOSEngine_Elvira2::oe2_isCalled() {
setScriptCondition(i->itemName == stringId);
}
-void AGOSEngine_Elvira2::oe2_loadGame() {
- // 89: load game
- uint16 stringId = getNextStringID();
-
- if (!scumm_stricmp(getFileName(GAME_RESTFILE), (const char *)getStringPtrByID(stringId))) {
- loadGame(getFileName(GAME_RESTFILE), true);
- } else {
- loadGame((const char *)getStringPtrByID(stringId));
- }
-}
-
void AGOSEngine_Elvira2::oe2_menu() {
// 105: set agos menu
_agosMenu = getVarOrByte();