mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-31 15:57:20 -04:00
Fix warning about intro data type in setup files
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user