Fix missing returns and other warnings

This commit is contained in:
LagoLunatic
2026-03-12 17:14:10 -04:00
parent e70562699f
commit e580412bcf
12 changed files with 36 additions and 25 deletions
+3 -1
View File
@@ -3,6 +3,8 @@
#include "f_op/f_op_actor.h"
#include "c/c_damagereaction.h"
#include "d/d_path.h"
#include "d/d_bg_s_lin_chk.h"
class daFm_c : public fopEn_enemy_c {
public:
@@ -22,7 +24,7 @@ public:
bool jntHitCreateHeap();
BOOL _pathMove(cXyz*, cXyz*, cXyz*);
fopAc_ac_c* searchNearOtherActor(fopAc_ac_c*);
bool searchNearFm(fopAc_ac_c*);
void* searchNearFm(fopAc_ac_c*);
void moveRndBack();
void moveRndEscape();
void spAttackVJump();
+1
View File
@@ -2,6 +2,7 @@
#define D_A_NPC_ZL1_H
#include "d/d_npc.h"
#include "d/d_particle.h"
class J3DMaterial;
class J3DNode;
+3 -3
View File
@@ -7,9 +7,9 @@
class daTag_Kk1_c : public fopNpc_npc_c {
public:
BOOL createInit();
bool _draw();
bool _execute();
bool _delete();
BOOL _draw();
BOOL _execute();
BOOL _delete();
cPhs_State _create();
public:
+1
View File
@@ -10,6 +10,7 @@
#include "d/d_drawlist.h"
#include "d/d_lib.h"
#include "f_op/f_op_msg_mng.h"
#include "m_Do/m_Do_hostIO.h"
class dFe_HIO_c : public JORReflexible {
public: