mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
Fix compile errors
This commit is contained in:
parent
fce57a1027
commit
a031998f5f
3 changed files with 3 additions and 0 deletions
|
@ -477,6 +477,7 @@ extern tic_t mapreset;
|
||||||
extern UINT8 nospectategrief;
|
extern UINT8 nospectategrief;
|
||||||
extern boolean thwompsactive;
|
extern boolean thwompsactive;
|
||||||
extern SINT8 spbplace;
|
extern SINT8 spbplace;
|
||||||
|
extern boolean startedInFreePlay;
|
||||||
|
|
||||||
extern boolean legitimateexit;
|
extern boolean legitimateexit;
|
||||||
extern boolean comebackshowninfo;
|
extern boolean comebackshowninfo;
|
||||||
|
|
|
@ -6401,6 +6401,7 @@ void K_CheckSpectateStatus(void)
|
||||||
void K_UpdateSpectateGrief(void)
|
void K_UpdateSpectateGrief(void)
|
||||||
{
|
{
|
||||||
UINT8 numingame = 0;
|
UINT8 numingame = 0;
|
||||||
|
INT32 i;
|
||||||
|
|
||||||
if (nospectategrief)
|
if (nospectategrief)
|
||||||
{
|
{
|
||||||
|
|
|
@ -68,6 +68,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground);
|
||||||
void K_CalculateBattleWanted(void);
|
void K_CalculateBattleWanted(void);
|
||||||
void K_CheckBumpers(void);
|
void K_CheckBumpers(void);
|
||||||
void K_CheckSpectateStatus(void);
|
void K_CheckSpectateStatus(void);
|
||||||
|
void K_UpdateSpectateGrief(void);
|
||||||
|
|
||||||
// sound stuff for lua
|
// sound stuff for lua
|
||||||
void K_PlayAttackTaunt(mobj_t *source);
|
void K_PlayAttackTaunt(mobj_t *source);
|
||||||
|
|
Loading…
Reference in a new issue