This commit is contained in:
lepelog
2026-06-29 00:24:16 +02:00
parent abfd3771a0
commit 13b68b65df
5 changed files with 88 additions and 73 deletions
+2 -2
View File
@@ -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