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:
lepelog
2021-03-28 14:07:21 -04:00
committed by GitHub
co-authored by Pheenoh
parent 5d26059b09
commit 88eb837a9c
34 changed files with 111 additions and 113 deletions
+1 -1
View File
@@ -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];
}