summaryrefslogtreecommitdiff
path: root/src/d/d_stage.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-04-01 15:26:16 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-04-01 15:26:16 -0400
commit5dff645173d74eba5078f47344315c11f19682da (patch)
tree76d8399a206da0148bd8a51959a16bb911993c27 /src/d/d_stage.cpp
parentecd9b48113bcf496486494b9685c900e5f0205c9 (diff)
Cleanup
0.0099999998f -> 0.01f 4 space indents Unnecessary parentheses from Ghidra etc
Diffstat (limited to 'src/d/d_stage.cpp')
-rw-r--r--src/d/d_stage.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/d/d_stage.cpp b/src/d/d_stage.cpp
index 273a1c85..9b09ef30 100644
--- a/src/d/d_stage.cpp
+++ b/src/d/d_stage.cpp
@@ -1296,8 +1296,7 @@ const char* dStage_getName2(s16 i_procName, s8 i_subtype) {
return dStage_getName(i_procName, i_subtype);
}
-/* 80041628-8004169C .text dStage_actorCreate__FP22stage_actor_data_classP16fopAcM_prm_class
- */
+/* 80041628-8004169C .text dStage_actorCreate__FP22stage_actor_data_classP16fopAcM_prm_class */
void dStage_actorCreate(stage_actor_data_class* i_actorData, fopAcM_prm_class* i_actorPrm) {
dStage_objectNameInf* nameinf_p = dStage_searchName(i_actorData->mName);