mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-25 17:04:24 -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[] = {
|
||||
outfit(OUTFIT_DEFAULT)
|
||||
intro_weapon(WEAPON_NONE, -1)
|
||||
endintro
|
||||
|
||||
Reference in New Issue
Block a user