mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 05:30:48 +00:00
Add missed semicolon, oops
This commit is contained in:
parent
1a78b3548c
commit
342d80198c
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…
Reference in a new issue