mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
VCRUISE: Add missing opcode dispatches
This commit is contained in:
parent
09a7b1fb5f
commit
3729728a83
@ -2373,6 +2373,10 @@ bool Runtime::runScript() {
|
||||
DISPATCH_OP(NoUpdate);
|
||||
DISPATCH_OP(NoClear);
|
||||
|
||||
DISPATCH_OP(Say1_AD2044);
|
||||
DISPATCH_OP(Say2_AD2044);
|
||||
DISPATCH_OP(Say1Rnd);
|
||||
|
||||
DISPATCH_OP(M);
|
||||
DISPATCH_OP(EM);
|
||||
DISPATCH_OP(SE);
|
||||
|
Loading…
Reference in New Issue
Block a user