Fix setup files

This commit is contained in:
Ryan Dwyer
2020-03-10 17:03:32 +10:00
parent 457f94cec1
commit 7f42776b51
122 changed files with 452 additions and 529 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
#include "stagesetup.h"
s32 intro[];
u8 props[];
u32 props[];
struct path paths[];
struct ailist ailists[];
@@ -20,7 +20,7 @@ struct stagesetup setup = {
NULL,
};
u8 props[] = {
u32 props[] = {
endprops
};