[Scummvm-cvs-logs] scummvm master -> 0b3a6b97c0fe3404bf7d7a356b63d552b40c486b

dreammaster dreammaster at scummvm.org
Wed May 28 03:08:29 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0b3a6b97c0 MADS: Fix for properly finishing refreshing dynamic hotspots


Commit: 0b3a6b97c0fe3404bf7d7a356b63d552b40c486b
    https://github.com/scummvm/scummvm/commit/0b3a6b97c0fe3404bf7d7a356b63d552b40c486b
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2014-05-27T21:07:51-04:00

Commit Message:
MADS: Fix for properly finishing refreshing dynamic hotspots

Changed paths:
    engines/mads/hotspots.cpp



diff --git a/engines/mads/hotspots.cpp b/engines/mads/hotspots.cpp
index 4fefe9d..365f309 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) {






More information about the Scummvm-git-logs mailing list