[Scummvm-git-logs] scummvm master -> 33fb0f235ddb6b16814de44096e6730e72b59393

dreammaster paulfgilbert at gmail.com
Wed Sep 30 04:56:16 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:
33fb0f235d LURE: Properly reset straw fire animation


Commit: 33fb0f235ddb6b16814de44096e6730e72b59393
    https://github.com/scummvm/scummvm/commit/33fb0f235ddb6b16814de44096e6730e72b59393
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-09-29T21:55:29-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