mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-20 23:41:13 -04:00
Fix warning about intro data type in setup files
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "stagesetup.h"
|
||||
|
||||
u8 intro[];
|
||||
s32 intro[];
|
||||
u8 props[];
|
||||
struct path paths[];
|
||||
struct ailist ailists[];
|
||||
@@ -24,7 +24,7 @@ u8 props[] = {
|
||||
endprops
|
||||
};
|
||||
|
||||
u8 intro[] = {
|
||||
s32 intro[] = {
|
||||
intro_weapon(WEAPON_PP9I, -1)
|
||||
ammo(AMMOTYPE_PISTOL, 100)
|
||||
outfit(OUTFIT_DEFAULT)
|
||||
|
||||
Reference in New Issue
Block a user