aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/mads/hotspots.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mads/hotspots.cpp b/engines/mads/hotspots.cpp
index 4fefe9de70..365f30985b 100644
--- a/engines/mads/hotspots.cpp
+++ b/engines/mads/hotspots.cpp
@@ -145,6 +145,9 @@ void DynamicHotspots::refresh() {
}
}
}
+
+ // Reset the list's changed flag
+ _changed = false;
}
void DynamicHotspots::synchronize(Common::Serializer &s) {