mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Add missed semicolon, oops
This commit is contained in:
parent
9f5283f841
commit
2f8033c426
1 changed files with 1 additions and 1 deletions
|
|
@ -547,7 +547,7 @@ void B_RespawnBot(INT32 playernum)
|
||||||
|
|
||||||
void B_HandleFlightIndicator(player_t *player)
|
void B_HandleFlightIndicator(player_t *player)
|
||||||
{
|
{
|
||||||
mobj_t *tails = player->mo
|
mobj_t *tails = player->mo;
|
||||||
|
|
||||||
if (!tails)
|
if (!tails)
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue