[Scummvm-cvs-logs] scummvm master -> a979ec6c970360a9b9b390c58847fe3c78c01e47

dreammaster dreammaster at scummvm.org
Sat Jul 20 05:13:14 CEST 2013


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:
a979ec6c97 LURE: Added explicit comment to switch block fall-through


Commit: a979ec6c970360a9b9b390c58847fe3c78c01e47
    https://github.com/scummvm/scummvm/commit/a979ec6c970360a9b9b390c58847fe3c78c01e47
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2013-07-19T20:10:25-07:00

Commit Message:
LURE: Added explicit comment to switch block fall-through

Changed paths:
    engines/lure/hotspots.cpp



diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp
index 7fab452..efd4051 100644
--- a/engines/lure/hotspots.cpp
+++ b/engines/lure/hotspots.cpp
@@ -4006,6 +4006,7 @@ void HotspotTickHandlers::rackSerfAnimHandler(Hotspot &h) {
 		h.setActionCtr(4);
 		h.setLayer(2);
 
+		// Deliberate fall-through
 	case 4:
 		if (HotspotScript::execute(&h)) {
 			h.setLayer(255);






More information about the Scummvm-git-logs mailing list