diff options
Diffstat (limited to 'engines/draci')
-rw-r--r-- | engines/draci/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/draci/game.cpp b/engines/draci/game.cpp index 4893b0fe34..e14ec4c986 100644 --- a/engines/draci/game.cpp +++ b/engines/draci/game.cpp @@ -63,6 +63,7 @@ Game::Game(DraciEngine *vm) : _vm(vm), _walkingState(vm) { _shouldQuit = 0; _shouldExitLoop = 0; _isReloaded = 0; + _isPositionLoaded = 0; _speechTick = 0; _speechDuration = 0; _objUnderCursor = 0; |