[Scummvm-git-logs] scummvm master -> 9e4ad94a0a2a6e2e7b316e51f668f96b54cc9c83
sev-
sev at scummvm.org
Wed Aug 12 19:20:21 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:
9e4ad94a0a GRIFFON: Revert bad change which broke wound animation
Commit: 9e4ad94a0a2a6e2e7b316e51f668f96b54cc9c83
https://github.com/scummvm/scummvm/commit/9e4ad94a0a2a6e2e7b316e51f668f96b54cc9c83
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-08-12T21:20:10+02:00
Commit Message:
GRIFFON: Revert bad change which broke wound animation
Changed paths:
engines/griffon/input.cpp
diff --git a/engines/griffon/input.cpp b/engines/griffon/input.cpp
index 5db74211e0..45e0986954 100644
--- a/engines/griffon/input.cpp
+++ b/engines/griffon/input.cpp
@@ -615,11 +615,6 @@ void GriffonEngine::checkTrigger() {
_canUseKey = false;
- for (int i = 0; i < kMaxFloat; i++) {
- _floatText[i].framesLeft = 0;
- _floatIcon[i].framesLeft = 0;
- }
-
if (_triggerLoc[lx][ly] > -1)
processTrigger(_triggerLoc[lx][ly]);
}
More information about the Scummvm-git-logs
mailing list