mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-04 08:48:45 -04:00
fopEn_enemy / fix e_wb
This commit is contained in:
@@ -57,9 +57,11 @@ public:
|
||||
}
|
||||
|
||||
void addChildPacket(J3DPacket*);
|
||||
|
||||
J3DPacket* getNextPacket() const { return mpNextSibling; }
|
||||
void setNextPacket(J3DPacket* i_packet) { mpNextSibling = i_packet; }
|
||||
|
||||
inline void clear() {
|
||||
void drawClear() {
|
||||
mpNextSibling = NULL;
|
||||
mpFirstChild = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user