mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-04-03 17:01:19 +00:00
Forgort changing declaration in header file
This commit is contained in:
parent
aa8e8e740e
commit
993c53436b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ void P_InitPicAnims(void);
|
|||
void P_SetupLevelFlatAnims(void);
|
||||
|
||||
// at map load
|
||||
void P_SpawnSpecials(INT32 fromnetsave);
|
||||
void P_SpawnSpecials(INT32 fromnetsave, boolean reloadinggamestate);
|
||||
|
||||
// every tic
|
||||
void P_UpdateSpecials(void);
|
||||
|
|
Loading…
Reference in a new issue