[Scummvm-git-logs] scummvm branch-2-2 -> 6d983b4f7d90b851b2ced7b63378d36de22d6261

dreammaster paulfgilbert at gmail.com
Wed Sep 30 04:56:36 UTC 2020


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:
6d983b4f7d LURE: Properly reset straw fire animation


Commit: 6d983b4f7d90b851b2ced7b63378d36de22d6261
    https://github.com/scummvm/scummvm/commit/6d983b4f7d90b851b2ced7b63378d36de22d6261
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-09-29T21:56:25-07:00

Commit Message:
LURE: Properly reset straw fire animation

Fix provided by whizse

Changed paths:
    engines/lure/hotspots.cpp


diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp
index 940215066f..2aa08382a0 100644
--- a/engines/lure/hotspots.cpp
+++ b/engines/lure/hotspots.cpp
@@ -3297,6 +3297,7 @@ void HotspotTickHandlers::droppingTorchAnimHandler(Hotspot &h) {
 			fire->flags |= 0x80;
 			fire->loadOffset = 4;
 			res.activateHotspot(0x418);
+			fire->loadOffset = 2;
 		}
 	}
 }




More information about the Scummvm-git-logs mailing list