mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
Rename script opcode in Elvira 2.
svn-id: r26986
This commit is contained in:
parent
572a4b3191
commit
45e8fbe8f5
@ -1333,7 +1333,7 @@ public:
|
||||
void oe2_ifExitOpen();
|
||||
void oe2_ifExitClosed();
|
||||
void oe2_ifExitLocked();
|
||||
void oe2_unk174();
|
||||
void oe2_playEffect();
|
||||
void oe2_getDollar2();
|
||||
void oe2_setSRExit();
|
||||
void oe2_unk177();
|
||||
|
@ -603,7 +603,7 @@ static const char *const elvira2_opcodeNameTable[256] = {
|
||||
/* 172 */
|
||||
"IWBJ|IF_EXIT_CLOSED",
|
||||
"IWBJ|IF_EXIT_LOCKED",
|
||||
"W|UNK_174",
|
||||
"W|PLAY_EFFECT",
|
||||
"|getDollar2",
|
||||
/* 176 */
|
||||
"IWBB|SET_SUPER_ROOM_EXIT",
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user