mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 04:31:37 -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:
@@ -232,7 +232,7 @@ int daNpc_Uri_c::create() {
|
||||
(const daNpcT_motionAnmData_c*)l_motionAnmData,
|
||||
(const daNpcT_MotionSeqMngr_c::sequenceStepData_c*)l_faceMotionSequenceData,
|
||||
4, (const daNpcT_MotionSeqMngr_c::sequenceStepData_c*)l_motionSequenceData,
|
||||
4, (const daNpcT_evtData_c*)l_evtList, (char**)l_resNameList);
|
||||
4, (const daNpcT_evtData_c*)l_evtList, l_resNameList);
|
||||
|
||||
mType = getType();
|
||||
mFlowNodeNo = getFlowNodeNo();
|
||||
|
||||
Reference in New Issue
Block a user