diff options
Diffstat (limited to 'scummvm.cpp')
-rw-r--r-- | scummvm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scummvm.cpp b/scummvm.cpp index 82321e48c1..2c7b2a5dc4 100644 --- a/scummvm.cpp +++ b/scummvm.cpp @@ -119,6 +119,7 @@ void Scumm::scummInit() { charset._bufPos = 0; _haveMsg = 0; + _varwatch = -1; _screenStartStrip = 0; _vars[VAR_TALK_ACTOR] = 0; |