mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
fpc symbol names (#119)
* fpcCtIt_filter_JudgeInLayer * dStage_roomControl_c::getZoneNo * fix fpc symbol names * format * mUnk0 -> mLayerID Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
@@ -48,7 +48,7 @@ JUTXfb::~JUTXfb() {
|
||||
/* sManager */ lbl_80451550 = NULL;
|
||||
}
|
||||
|
||||
void JUTXfb::delXfb(s32 index) {
|
||||
void JUTXfb::delXfb(int index) {
|
||||
if ((this->is_xfb_allocated[index] != false) && (this->xfb_buffer[index] != NULL)) {
|
||||
delete this->xfb_buffer[index];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user