mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 16:07:39 +00:00
STARK: Add opcode for changing location to another CD
This commit is contained in:
parent
be41491d4e
commit
6771b93522
@ -81,6 +81,7 @@ Command *Command::execute(uint32 callMode, Script *script) {
|
||||
case kSetInteractiveMode:
|
||||
return opSetInteractiveMode(_arguments[1].intValue);
|
||||
case kLocationGoTo:
|
||||
case kLocationGoToNewCD:
|
||||
return opLocationGoTo(_arguments[0].stringValue, _arguments[1].stringValue, _arguments[2].referenceValue, _arguments[3].intValue);
|
||||
case kScriptPause:
|
||||
return opScriptPause(script, _arguments[1].referenceValue);
|
||||
|
@ -77,6 +77,8 @@ public:
|
||||
kRumbleScene = 19,
|
||||
kFadeScene = 20,
|
||||
|
||||
kLocationGoToNewCD = 22,
|
||||
|
||||
kInventoryOpen = 24,
|
||||
|
||||
kItem3DPlaceOn = 81,
|
||||
|
Loading…
x
Reference in New Issue
Block a user