[Scummvm-git-logs] scummvm master -> 59220688f5669a520ffdd70d4b56633c485bbe34
aquadran
noreply at scummvm.org
Mon Jul 28 16:44:19 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
59220688f5 WINTERMUTE: Coverity 1618356
Commit: 59220688f5669a520ffdd70d4b56633c485bbe34
https://github.com/scummvm/scummvm/commit/59220688f5669a520ffdd70d4b56633c485bbe34
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2025-07-28T18:44:14+02:00
Commit Message:
WINTERMUTE: Coverity 1618356
Changed paths:
engines/wintermute/ad/ad_actor_3dx.cpp
diff --git a/engines/wintermute/ad/ad_actor_3dx.cpp b/engines/wintermute/ad/ad_actor_3dx.cpp
index 49df74fa5e1..a8824fb02b0 100644
--- a/engines/wintermute/ad/ad_actor_3dx.cpp
+++ b/engines/wintermute/ad/ad_actor_3dx.cpp
@@ -1791,7 +1791,7 @@ bool AdActor3DX::scCallMethod(ScScript *script, ScStack *stack, ScStack *thisSta
ScValue *valVelocity = stack->pop();
ScValue *valAnim = stack->pop();
- _directWalkAnim.clear();
+ _directTurnAnim.clear();
if (!valVelocity->isNULL()) {
_directTurnVelocity = valVelocity->getFloat();
More information about the Scummvm-git-logs
mailing list