Add missed semicolon, oops

This commit is contained in:
lachwright 2019-12-31 16:55:36 +08:00
parent 9f5283f841
commit 2f8033c426

View file

@ -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;