summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_fchain.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-11-10 21:25:00 -0500
committerGitHub <noreply@github.com>2025-11-10 18:25:00 -0800
commit23a1c940630435eaa0bbca45fb24156fc0d3db62 (patch)
treec2b05e860562425bd3147046e19bcf8130ad4625 /src/d/actor/d_a_obj_fchain.cpp
parenta02f72d8f3a87a2d2ddde062301d3639050e1e35 (diff)
Regalloc/debug/misc fixes (#2794)
* Fix "0" asserts * More debug and regalloc fixes * Fix PTMF syntax for compatibility with other compilers * Fix some fakematches, link more TUs for J/P
Diffstat (limited to 'src/d/actor/d_a_obj_fchain.cpp')
-rw-r--r--src/d/actor/d_a_obj_fchain.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/d/actor/d_a_obj_fchain.cpp b/src/d/actor/d_a_obj_fchain.cpp
index 3913229d63..7df40339c5 100644
--- a/src/d/actor/d_a_obj_fchain.cpp
+++ b/src/d/actor/d_a_obj_fchain.cpp
@@ -126,7 +126,6 @@ static Vec const wolfChainBaseOffset = {
};
/* 80BE6868-80BE7174 0008E8 090C+00 1/1 0/0 0/0 .text execute__13daObjFchain_cFv */
-// NONMATCHING - regalloc, stack
int daObjFchain_c::execute() {
if (dComIfGp_event_runCheck()) {
if (dComIfGp_getEventManager().getRunEventName() != NULL) {
@@ -249,9 +248,8 @@ int daObjFchain_c::execute() {
if (field_0x584 == 0) {
field_0x584 = 1;
sp_30 = field_0x79c;
- for (int i = 0; i < 22; i++) {
+ for (i = 0; i < 22; i++, sp_30++) {
*sp_30 = cXyz::Zero;
- sp_30++;
}
field_0x586 = 5;
}