diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-11-21 18:52:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-21 15:52:16 -0800 |
| commit | e2fddadf320e8d35cbb3542645122e086efbfe9f (patch) | |
| tree | f0e11b2955fd092ad3022c192aed36bddd77fb48 /include/d/d_stage.h | |
| parent | 31621c3daccccc0a582eceafec7e373d872f072a (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 'include/d/d_stage.h')
| -rw-r--r-- | include/d/d_stage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/d/d_stage.h b/include/d/d_stage.h index 318d8bd5ee..7cffbbd2c9 100644 --- a/include/d/d_stage.h +++ b/include/d/d_stage.h @@ -4,7 +4,6 @@ #include "SSystem/SComponent/c_lib.h" #include "d/d_kankyo.h" #include "d/d_kankyo_data.h" -#include "d/d_map_path_dmap.h" #include "f_op/f_op_actor_mng.h" #include "global.h" @@ -217,7 +216,7 @@ struct stage_tgsc_class { // MPAT struct map_path_class { /* 0x0 */ int num; - /* 0x4 */ dDrawPath_c::room_class* m_entries; + /* 0x4 */ void* m_entries; }; // RTBL |
