diff options
-rw-r--r-- | scumm/scummvm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index ce82fc81ad..dde320563a 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -501,6 +501,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS memset(_transText, 0, sizeof(_transText)); _costumeRenderer = NULL; _2byteFontPtr = 0; + _V1_talkingActor = 0; // // Init all VARS to 0xFF |