diff options
-rw-r--r-- | engines/touche/touche.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/touche/touche.cpp b/engines/touche/touche.cpp index 0bfb43a27a..e99a08ee6a 100644 --- a/engines/touche/touche.cpp +++ b/engines/touche/touche.cpp @@ -196,6 +196,8 @@ void ToucheEngine::restart() { _conversationAreaCleared = false; memset(_conversationChoicesTable, 0, sizeof(_conversationChoicesTable)); + _currentRoomNum = 0; + _flagsTable[901] = 1; // _flagsTable[902] = 1; if (_language == Common::FR_FRA) { |