mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-04 16:38:55 +00:00
DIRECTOR: Initialize class variable
This commit is contained in:
parent
d89c355fee
commit
c6e5993b06
@ -344,6 +344,7 @@ ButtonCast::ButtonCast(Common::ReadStreamEndian &stream, uint16 version) : TextC
|
||||
|
||||
ScriptCast::ScriptCast(Common::ReadStreamEndian &stream, uint16 version) {
|
||||
_type = kCastLingoScript;
|
||||
_scriptType = kNoneScript;
|
||||
|
||||
if (version < 4) {
|
||||
error("Unhandled Script cast");
|
||||
|
Loading…
Reference in New Issue
Block a user