This commit is contained in:
LagoLunatic
2026-05-07 16:54:44 -04:00
parent 6d4db5adc7
commit 333ea2f775
10 changed files with 39 additions and 41 deletions
+1 -3
View File
@@ -18,9 +18,7 @@ public:
PROC_EXEC_e = 1,
};
// objdiff says this is a weak function
// but defining it here with {} causes it to be inlined with fopAcM_ct which breaks things
daNpc_Nz_c();
inline daNpc_Nz_c();
void modeProcInit(int newMode) { modeProc(PROC_INIT_e, newMode); }
+2 -2
View File
@@ -12,8 +12,8 @@ class J3DMaterial;
class dBgW;
namespace daObjSwlight {
static void setMaterial(J3DMaterial*, unsigned char);
static void setMaterial_Before_mirror(J3DMaterial*, unsigned char);
static void setMaterial(J3DMaterial*, u8);
static void setMaterial_Before_mirror(J3DMaterial*, u8);
class Act_c : public fopAc_ac_c {
typedef void (Act_c::*ModeFunc)();