summaryrefslogtreecommitdiff
path: root/src/d/d_cc_d.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2023-12-30 00:50:19 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2023-12-30 00:50:19 -0500
commit82b429b72f53fc0faa7ada5f84e76ff5169d129b (patch)
tree676e2391806f3329768a954648727e6b4922a416 /src/d/d_cc_d.cpp
parent5b3810dba91821a87b202f7c573a9e5d504c85db (diff)
start adding particle/hitmark enums + some d_cc_s
Diffstat (limited to 'src/d/d_cc_d.cpp')
-rw-r--r--src/d/d_cc_d.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_cc_d.cpp b/src/d/d_cc_d.cpp
index d77af66d..ff3216da 100644
--- a/src/d/d_cc_d.cpp
+++ b/src/d/d_cc_d.cpp
@@ -32,7 +32,7 @@ dCcD_GStts::dCcD_GStts() {
mAtSpl = 0;
mTgSpl = 0;
mRoomId = 0;
- field_0x08 = -1;
+ mActorPerfTblId = -1;
mAtApid = -1;
mAtOldApid = -1;
mTgApid = -1;
@@ -45,7 +45,7 @@ void dCcD_GStts::Ct() {
mAtSpl = 0;
mTgSpl = 0;
mRoomId = 0;
- field_0x08 = -1;
+ mActorPerfTblId = -1;
mAtApid = -1;
mAtOldApid = -1;
mTgApid = -1;