[Scummvm-git-logs] scummvm master -> 49659ba4b7450b64757462a431a6e897cd8b747f
aquadran
noreply at scummvm.org
Tue Jul 22 20:39:30 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:
49659ba4b7 WINTERMUTE: Fixed opcode - after enabling effects - sync with original
Commit: 49659ba4b7450b64757462a431a6e897cd8b747f
https://github.com/scummvm/scummvm/commit/49659ba4b7450b64757462a431a6e897cd8b747f
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2025-07-22T22:39:26+02:00
Commit Message:
WINTERMUTE: Fixed opcode - after enabling effects - sync with original
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 c0210a9aea5..06a6a37762a 100644
--- a/engines/wintermute/ad/ad_actor_3dx.cpp
+++ b/engines/wintermute/ad/ad_actor_3dx.cpp
@@ -1877,7 +1877,6 @@ bool AdActor3DX::scCallMethod(ScScript *script, ScStack *stack, ScStack *thisSta
else if (strcmp(name, "RemoveEffect") == 0) {
stack->correctParams(1);
const char *materialName = stack->pop()->getString();
- stack->pop();
if (_xmodel && _xmodel->removeMaterialEffect(materialName)) {
stack->pushBool(true);
More information about the Scummvm-git-logs
mailing list