aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/hdb/hdb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp
index eb961f3ce6..826335d6af 100644
--- a/engines/hdb/hdb.cpp
+++ b/engines/hdb/hdb.cpp
@@ -763,7 +763,7 @@ Common::Error HDBGame::run() {
level = 1;
snprintf(mapname, 10, "MAP%02d", level);
-
+ _ai->clearPersistent();
startMap(mapname);
_gameState = GAME_PLAY;