summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_swhit0.cpp
diff options
context:
space:
mode:
authorCarco_21 <144170194+carter-ktb21@users.noreply.github.com>2025-09-09 15:53:13 -0700
committerGitHub <noreply@github.com>2025-09-10 01:53:13 +0300
commitbfeb1c048be57324bf8c797ea23949ceb8d5b864 (patch)
treee8092af60e4640ec470c73ea304cb2184927a1a1 /src/d/actor/d_a_swhit0.cpp
parent1e50c256717b47c020abe7b98aa7dfcfaf65ee72 (diff)
d_a_e_zm matching (#2638)
* initial work * a little more work * matching * pr cleanup * changed 'subtype' to 'argument' * fixed debug error
Diffstat (limited to 'src/d/actor/d_a_swhit0.cpp')
-rw-r--r--src/d/actor/d_a_swhit0.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_swhit0.cpp b/src/d/actor/d_a_swhit0.cpp
index 4c39b67be9..b22b9e6609 100644
--- a/src/d/actor/d_a_swhit0.cpp
+++ b/src/d/actor/d_a_swhit0.cpp
@@ -138,7 +138,7 @@ static int CheckCreateHeap(fopAc_ac_c* i_this) {
int daSwhit0_c::create() {
fopAcM_SetupActor(this, daSwhit0_c);
- if (subtype != 0) {
+ if (argument != 0) {
setDrawMtx();
cMtx_copy(mDoMtx_stack_c::get(), field_0x5a8);
fopAcM_SetMtx(this, field_0x5a8);
@@ -438,7 +438,7 @@ int daSwhit0_c::draw() {
/* 80487138-80487228 0011B8 00F0+00 1/0 0/0 0/0 .text daSwhit0_Draw__FP10daSwhit0_c */
static int daSwhit0_Draw(daSwhit0_c* i_this) {
- if (i_this->subtype != 0) {
+ if (i_this->argument != 0) {
return 1;
}
@@ -487,7 +487,7 @@ static int daSwhit0_Execute(daSwhit0_c* i_this) {
/* 804872E4-8048732C 001364 0048+00 1/0 0/0 0/0 .text daSwhit0_Delete__FP10daSwhit0_c */
static int daSwhit0_Delete(daSwhit0_c* i_this) {
- if (i_this->subtype == 0) {
+ if (i_this->argument == 0) {
dComIfG_resDelete(i_this, l_arcName);
}