mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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)
|
||||
{
|
||||
mobj_t *tails = player->mo
|
||||
mobj_t *tails = player->mo;
|
||||
|
||||
if (!tails)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue