diff options
| author | lepelog <25211966+lepelog@users.noreply.github.com> | 2026-06-29 00:24:16 +0200 |
|---|---|---|
| committer | lepelog <25211966+lepelog@users.noreply.github.com> | 2026-06-29 00:24:16 +0200 |
| commit | 13b68b65df7c8f255302571ff54645a8b86340c0 (patch) | |
| tree | 1473c3b42faeca80b9e3224acb50a7c07aa57401 /include/d/a/obj | |
| parent | abfd3771a0bb5638f2aa0b05aa0b54f615f6c45d (diff) | |
format
Diffstat (limited to 'include/d/a/obj')
| -rw-r--r-- | include/d/a/obj/d_a_obj_spore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/d/a/obj/d_a_obj_spore.h b/include/d/a/obj/d_a_obj_spore.h index 74761989..2685bf93 100644 --- a/include/d/a/obj/d_a_obj_spore.h +++ b/include/d/a/obj/d_a_obj_spore.h @@ -9,7 +9,7 @@ public: dAcOSpore_c() {} virtual ~dAcOSpore_c() {} - static fLiNdBa_c* getListHead(); + static fLiNdBa_c *getListHead(); s32 getSporeType() const { return mParams & 0xF; } @@ -18,7 +18,7 @@ public: } private: -static fLiMgBa_c sSpores; + static fLiMgBa_c sSpores; }; #endif |
