diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-28 20:44:06 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-28 20:44:06 -0400 |
| commit | db2c5ef978b967908dec4703fa0b6a7019f55f78 (patch) | |
| tree | c6934f14fb4b2acc21bff8cb76832adf6ac03325 /src/d/d_stage.cpp | |
| parent | b72d243f9b1ef4d107bb33df3d74cf0ecf488cda (diff) | |
Cleanp a bunch of stuff
Diffstat (limited to 'src/d/d_stage.cpp')
| -rw-r--r-- | src/d/d_stage.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/d/d_stage.cpp b/src/d/d_stage.cpp index 45fc7e8f..273a1c85 100644 --- a/src/d/d_stage.cpp +++ b/src/d/d_stage.cpp @@ -1300,7 +1300,6 @@ const char* dStage_getName2(s16 i_procName, s8 i_subtype) { */ void dStage_actorCreate(stage_actor_data_class* i_actorData, fopAcM_prm_class* i_actorPrm) { dStage_objectNameInf* nameinf_p = dStage_searchName(i_actorData->mName); - fopAc_ac_c* actor; if (nameinf_p == NULL) { JKRHeap::free(i_actorPrm, NULL); @@ -1729,7 +1728,6 @@ int dStage_roomReadInit(dStage_dt_c* i_stage, void* i_data, int i_num, void* i_f for (int i = 0; i < rtbl->num; i++) { rtbl_entries[i] = (roomRead_data_class*)((u32)i_file + (u32)rtbl_entries[i]); - roomRead_data_class * pEntry = rtbl_entries[i]; rtbl_entries[i]->mpRooms = (u8*)((u32)i_file + (u32)rtbl_entries[i]->mpRooms); } |
