From 0b3a6b97c0fe3404bf7d7a356b63d552b40c486b Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 27 May 2014 21:07:51 -0400 Subject: MADS: Fix for properly finishing refreshing dynamic hotspots --- engines/mads/hotspots.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/mads') 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) { -- cgit v1.2.3