diff options
| author | jdflyer <jdflyer10@gmail.com> | 2022-01-17 20:19:43 -0700 |
|---|---|---|
| committer | jdflyer <jdflyer10@gmail.com> | 2022-01-17 20:19:43 -0700 |
| commit | 252c5daba7a1517f535aefac068e69b22e7b8d7f (patch) | |
| tree | ae39c27fe64d9fee2aa64db986a03aaeff2d16b6 /include/d/map | |
| parent | ecc987f34cff6397e9785063effcc5f2e7dc33c5 (diff) | |
Formatting fixes
Diffstat (limited to 'include/d/map')
| -rw-r--r-- | include/d/map/d_map_path.h | 10 | ||||
| -rw-r--r-- | include/d/map/d_map_path_dmap.h | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/include/d/map/d_map_path.h b/include/d/map/d_map_path.h index e1efd518f8..6aadaabc0c 100644 --- a/include/d/map/d_map_path.h +++ b/include/d/map/d_map_path.h @@ -7,11 +7,11 @@ class dDrawPath_c : public dDlst_base_c { public: struct line_class { - /*0x0*/ u8 unk0; - /*0x1*/ u8 unk1; - /*0x2*/ u8 unk2; - /*0x3*/ u8 unk3; - /*0x4*/ u16* unk4; + /* 0x00 */ u8 unk0; + /* 0x01 */ u8 unk1; + /* 0x02 */ u8 unk2; + /* 0x03 */ u8 unk3; + /* 0x04 */ u16* unk4; }; struct poly_class {}; diff --git a/include/d/map/d_map_path_dmap.h b/include/d/map/d_map_path_dmap.h index d556a2f672..b80b343860 100644 --- a/include/d/map/d_map_path_dmap.h +++ b/include/d/map/d_map_path_dmap.h @@ -78,7 +78,7 @@ public: /* 8003FF14 */ virtual void preDrawPath(); /* 8003FFC4 */ virtual void postDrawPath(); /* 800402C0 */ virtual void isDrawPath(); - /* 8003FE4C */ virtual void getBackColor() const; + /* 8003FE4C */ virtual GXColor* getBackColor() const; /* 800402E0 */ virtual bool getFirstDrawLayerNo(); /* 800402E8 */ virtual void getNextDrawLayerNo(int); /* 800409E0 */ virtual void isDrawIconSingle(dTres_c::data_s const*, int, int, bool, bool, |
