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 20:07:21 +02:00
committed by GitHub
parent d63066e617
commit 3d66902e1a
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];
}