mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
fix return types
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user