Fix warning about intro data type in setup files

This commit is contained in:
Ryan Dwyer
2020-02-08 22:17:36 +10:00
parent 57e1ec1480
commit f922cef7ea
62 changed files with 144 additions and 146 deletions
+2 -2
View File
@@ -54,7 +54,7 @@
#define GROUP_KING2_SKEDAR 3
#define GROUP_KING3_SKEDAR 4
u8 intro[];
s32 intro[];
u8 props[];
struct path paths[];
struct ailist ailists[];
@@ -273,7 +273,7 @@ u8 props[] = {
endprops
};
u8 intro[] = {
s32 intro[] = {
outfit(OUTFIT_MAIAN)
intro_weapon(WEAPON_PHOENIX, -1)
ammo(AMMOTYPE_PISTOL, 300)