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
@@ -25,7 +25,7 @@
#define AILIST_JON_INIT 0x0406
#define AILIST_TRENT_INIT 0x0407
u8 intro[];
s32 intro[];
u8 props[];
struct path paths[];
struct ailist ailists[];
@@ -70,7 +70,7 @@ u8 props[] = {
endprops
};
u8 intro[] = {
s32 intro[] = {
outfit(OUTFIT_DEFAULT)
spawn(0x027a)
intro_weapon(WEAPON_FALCON2_SCOPE, -1)