mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
DIRECTOR: switch to next frame when we are calling play done at script channel scripts.
This commit is contained in:
parent
111726031d
commit
bb456a64d2
@ -284,6 +284,9 @@ void Lingo::func_play(Datum &frame, Datum &movie) {
|
||||
f.type = INT;
|
||||
f.u.i = ref.frameI;
|
||||
|
||||
if (g_lingo->_currentChannelId == 0)
|
||||
f.u.i++;
|
||||
|
||||
func_goto(f, m);
|
||||
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user