mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
MOHAWK: Fix LBCode goto notify.
This commit is contained in:
parent
ef22475988
commit
64c5a12d60
@ -1462,7 +1462,7 @@ void LBCode::runNotifyCommand() {
|
||||
debugN("goto");
|
||||
Common::Array<LBValue> params = readParams();
|
||||
// TODO: type-checking
|
||||
NotifyEvent notifyEvent(kLBNotifyChangePage, 0);
|
||||
NotifyEvent notifyEvent(kLBNotifyChangePage, 1);
|
||||
switch (params.size()) {
|
||||
case 4:
|
||||
notifyEvent.type = kLBNotifyChangeMode; // FIXME: type 8?
|
||||
|
Loading…
Reference in New Issue
Block a user