mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-05 02:37:50 -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:
@@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
#include "SSystem/SComponent/c_phase.h"
|
||||
#include "global.h"
|
||||
|
||||
void cPhs_Reset(request_of_phase_process_class* phase) {
|
||||
phase->id = cPhs_INIT_e;
|
||||
|
||||
Reference in New Issue
Block a user