mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-02 00:03:54 -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:
@@ -14,7 +14,7 @@
|
||||
|
||||
static s32 l_bmdData[4] = { 8, 0, 9, 0 };
|
||||
|
||||
static char* l_resNameList[1] = { "Kakashi" };
|
||||
static char* l_resNameList[1] = {"Kakashi"};
|
||||
|
||||
const daObj_KBacket_HIOParam daObj_KBacket_Param_c::m = {
|
||||
0.0f, -5.0f, 1.0f, 400.0f, 73.0f, 30.0f, 30.0f, 30.0f, 37.0f, 45.0f, 0.0f
|
||||
|
||||
Reference in New Issue
Block a user