[Scummvm-git-logs] scummvm master -> 2f103977938c122d3088e6bdf6e9cebbbb31ad60
LittleToonCat
noreply at scummvm.org
Thu Mar 9 07:40:29 UTC 2023
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:
2f10397793 SCUMM HE: Fix another subop error at o72_actorOps.
Commit: 2f103977938c122d3088e6bdf6e9cebbbb31ad60
https://github.com/scummvm/scummvm/commit/2f103977938c122d3088e6bdf6e9cebbbb31ad60
Author: Little Cat (toontownlittlecat at gmail.com)
Date: 2023-03-09T03:40:19-04:00
Commit Message:
SCUMM HE: Fix another subop error at o72_actorOps.
Changed paths:
engines/scumm/he/script_v72he.cpp
diff --git a/engines/scumm/he/script_v72he.cpp b/engines/scumm/he/script_v72he.cpp
index 4b12131746b..e0ae021596c 100644
--- a/engines/scumm/he/script_v72he.cpp
+++ b/engines/scumm/he/script_v72he.cpp
@@ -813,7 +813,7 @@ void ScummEngine_v72he::o72_actorOps() {
_actorClipOverride.left = pop();
adjustRect(_actorClipOverride);
break;
- case SO_AT: // (HE 98+)
+ case ScummEngine_v6::SubOpType::SO_AT: // (HE 98+)
j = pop();
i = pop();
a->putActor(i, j);
More information about the Scummvm-git-logs
mailing list