aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
diff options
context:
space:
mode:
authorPaul Gilbert2011-10-29 19:51:01 +1100
committerPaul Gilbert2011-10-29 19:51:01 +1100
commitd7af9b517e9c131c84f6c50a7dc4c4a639b2206e (patch)
treeb2ebcf57d070b1f1ab680f8a6f6efb75da2d43c6 /engines/tsage
parent52522b85e93857a7ae4e271fbf8057da71932842 (diff)
downloadscummvm-rg350-d7af9b517e9c131c84f6c50a7dc4c4a639b2206e.tar.gz
scummvm-rg350-d7af9b517e9c131c84f6c50a7dc4c4a639b2206e.tar.bz2
scummvm-rg350-d7af9b517e9c131c84f6c50a7dc4c4a639b2206e.zip
TSAGE: Bugfix to clear the list of disabled regions when the scene changes
Diffstat (limited to 'engines/tsage')
-rw-r--r--engines/tsage/core.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tsage/core.cpp b/engines/tsage/core.cpp
index 5a51a9c9ef..dd5c604b29 100644
--- a/engines/tsage/core.cpp
+++ b/engines/tsage/core.cpp
@@ -3458,6 +3458,7 @@ void WalkRegions::clear() {
_field18.clear();
_idxList.clear();
_idxList2.clear();
+ _disabledRegions.clear();
}
void WalkRegions::load(int sceneNum) {