summaryrefslogtreecommitdiff
path: root/src/d/d_stage.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-11-21 18:52:16 -0500
committerGitHub <noreply@github.com>2025-11-21 15:52:16 -0800
commite2fddadf320e8d35cbb3542645122e086efbfe9f (patch)
treef0e11b2955fd092ad3022c192aed36bddd77fb48 /src/d/d_stage.cpp
parent31621c3daccccc0a582eceafec7e373d872f072a (diff)
Misc matches (#2845)
* Misc debug matches * Fix d_map weak function order * Remove old nonmatching comments * d_menu_dmap and JASAudioThread OK, fix weak func order and rodata alignment * More misc matches
Diffstat (limited to 'src/d/d_stage.cpp')
-rw-r--r--src/d/d_stage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_stage.cpp b/src/d/d_stage.cpp
index 9b2bf739c4..52f4377eaf 100644
--- a/src/d/d_stage.cpp
+++ b/src/d/d_stage.cpp
@@ -2293,7 +2293,7 @@ static int dStage_mapPathInitCommonLayer(dStage_dt_c* i_stage, void* i_data, int
static int dStage_fieldMapMapPathInit(dStage_dt_c* i_stage, void* i_data, int param_2,
void* param_3) {
map_path_class* map_path = (map_path_class*)((int*)i_data + 1);
- dDrawPath_c::room_class* room_p = map_path->m_entries;
+ dDrawPath_c::room_class* room_p = (dDrawPath_c::room_class*)map_path->m_entries;
if (room_p == NULL) {
return 1;
}