DIRECTOR: switch to next frame when we are calling play done at script channel scripts.

This commit is contained in:
ysj1173886760 2021-07-04 22:52:05 +08:00 committed by Eugene Sandulenko
parent 111726031d
commit bb456a64d2

View File

@ -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;