mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-02 08:11:58 -04:00
Fix errors for msvc
Use less strict compiler flags instead of modifying source code Add ugly defines so MSVC stops complaining about zero length arrays
This commit is contained in:
@@ -1280,7 +1280,8 @@ int daNpcF_c::ctrlMsgAnm(int& o_expression, int& o_motion, fopAc_ac_c* param_2,
|
||||
return mMsgTimer;
|
||||
}
|
||||
|
||||
void daNpcF_c::orderEvent(int i_speak, char* i_evtName, u16 param_2, u16 i_priority, u8 i_mapToolID,
|
||||
void daNpcF_c::orderEvent(int i_speak, char* i_evtName, u16 param_2, u16 i_priority,
|
||||
u8 i_mapToolID,
|
||||
u16 i_flag) {
|
||||
if (i_evtName != NULL) {
|
||||
mEventIdx = dComIfGp_getEventManager().getEventIdx(this, i_evtName, 0xff);
|
||||
|
||||
Reference in New Issue
Block a user