fix return types

This commit is contained in:
LagoLunatic
2024-06-19 19:09:04 -04:00
parent 0e281988f4
commit 944eb44668
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ public:
void demoInitWait();
BOOL demoProcWait();
void demoInitCom();
BOOL demoProcCom();
BOOL demoProcCom_ikada();
void demoProcCom();
void demoProcCom_ikada();
int getNowEventAction();
BOOL demoProc();
BOOL actionTact();
+2 -2
View File
@@ -304,11 +304,11 @@ void daTag_Island_c::demoInitCom() {
}
/* 00000BE4-00000BE8 .text demoProcCom__14daTag_Island_cFv */
BOOL daTag_Island_c::demoProcCom() {
void daTag_Island_c::demoProcCom() {
}
/* 00000BE8-00000CFC .text demoProcCom_ikada__14daTag_Island_cFv */
BOOL daTag_Island_c::demoProcCom_ikada() {
void daTag_Island_c::demoProcCom_ikada() {
daObj_Ikada_c* ikada = (daObj_Ikada_c*)fopAcM_searchFromName("ikada_h", 0, 0);
if (ikada != NULL) {
ikada->mCurPathP0 = ikada->mInitPos;