mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-19 16:51:53 +00:00
Fix IT sign always displaying for the tagger in splitscreen
This commit is contained in:
parent
8701ef41f6
commit
a172297cfb
1 changed files with 1 additions and 1 deletions
|
@ -3310,6 +3310,7 @@ static void P_DoPlayerHeadSigns(player_t *player)
|
|||
sign->frame = 2|FF_FULLBRIGHT;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!P_MobjWasRemoved(sign) && splitscreen) // Hide the sign from yourself in splitscreen - In single-screen, it wouldn't get spawned if it shouldn't be visible
|
||||
{
|
||||
|
@ -3347,7 +3348,6 @@ static void P_DoPlayerHeadSigns(player_t *player)
|
|||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue