From 45e8fbe8f52ca7d4dd774884eae2718d4ca6422f Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 28 May 2007 01:11:43 +0000 Subject: Rename script opcode in Elvira 2. svn-id: r26986 --- engines/agos/script_e2.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/agos/script_e2.cpp') diff --git a/engines/agos/script_e2.cpp b/engines/agos/script_e2.cpp index fde83814d0..ac278a6426 100644 --- a/engines/agos/script_e2.cpp +++ b/engines/agos/script_e2.cpp @@ -249,7 +249,7 @@ void AGOSEngine_Elvira2::setupOpcodes() { /* 172 */ OPCODE(oe2_ifExitClosed), OPCODE(oe2_ifExitLocked), - OPCODE(oe2_unk174), + OPCODE(oe2_playEffect), OPCODE(oe2_getDollar2), /* 176 */ OPCODE(oe2_setSRExit), @@ -597,10 +597,10 @@ void AGOSEngine_Elvira2::oe2_ifExitLocked() { setScriptCondition(getExitState(i, n, d) == 3); } -void AGOSEngine_Elvira2::oe2_unk174() { +void AGOSEngine_Elvira2::oe2_playEffect() { // 174: uint a = getVarOrWord(); - debug(0, "oe2_unk174: stub (%d)", a); + debug(0, "oe2_playEffect: stub (%d)", a); } void AGOSEngine_Elvira2::oe2_getDollar2() { -- cgit v1.2.3