mirror of
https://github.com/zeldaret/ss
synced 2026-07-07 13:33:21 -04:00
Meter madness (#64)
* Meter Madness Part 1 * progress * maybe * ::build meters too * vtables labeling, small order problems * Moar symbols * Renames * some dLytNote_c * Fixes * Checkpoint * ::remove funcs * Fix includes * Move code around * rm dead code * rm dead include * Draw functions * Update include/s/s_State.hpp * Update include/toBeSorted/scgame.h
This commit is contained in:
@@ -27,4 +27,9 @@ void dLytStructDList::removeFromList2(dLytStructD *other) {
|
||||
mList2.remove(other);
|
||||
}
|
||||
|
||||
dLytStructD::~dLytStructD() {
|
||||
delete[] field_0x1C;
|
||||
field_0x1C = nullptr;
|
||||
}
|
||||
|
||||
} // namespace d2d
|
||||
|
||||
Reference in New Issue
Block a user