aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNipun Garg2019-07-13 02:32:31 +0530
committerEugene Sandulenko2019-09-03 17:17:18 +0200
commitf27674199bb7c11974ddb1e77f630cbc516288cb (patch)
tree3f601786840eb49c87db390eb487cabd026bcbc2
parent1f7e17921893d9eafd7524ad8aa8b2b63973af2c (diff)
downloadscummvm-rg350-f27674199bb7c11974ddb1e77f630cbc516288cb.tar.gz
scummvm-rg350-f27674199bb7c11974ddb1e77f630cbc516288cb.tar.bz2
scummvm-rg350-f27674199bb7c11974ddb1e77f630cbc516288cb.zip
HDB: Clear the Persistent variables
-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;