mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
DIRECTOR: Properly process kTransNone
This commit is contained in:
parent
01d6d0fed9
commit
1f21583e12
@ -543,6 +543,9 @@ void Window::playTransition(uint frame, uint16 transDuration, uint8 transArea, u
|
||||
|
||||
default:
|
||||
warning("Window::playTransition(): Unhandled transition type %s %d %d", transProps[t.type].name, t.duration, t.chunkSize);
|
||||
// fallthrough
|
||||
|
||||
case kTransNone:
|
||||
stop = true;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user