mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Do not horizontally flip typing/voice indicator
This commit is contained in:
parent
257095bffd
commit
c69d162775
1 changed files with 1 additions and 0 deletions
|
|
@ -5265,6 +5265,7 @@ static void K_DrawTypingDot(fixed_t x, fixed_t y, UINT8 duration, player_t *p, I
|
||||||
static void K_DrawTypingNotifier(fixed_t x, fixed_t y, player_t *p, INT32 flags)
|
static void K_DrawTypingNotifier(fixed_t x, fixed_t y, player_t *p, INT32 flags)
|
||||||
{
|
{
|
||||||
int playernum = p - players;
|
int playernum = p - players;
|
||||||
|
flags &= ~V_FLIP; // does not support this
|
||||||
if (p->cmd.flags & TICCMD_TYPING || S_IsPlayerVoiceActive(playernum))
|
if (p->cmd.flags & TICCMD_TYPING || S_IsPlayerVoiceActive(playernum))
|
||||||
{
|
{
|
||||||
V_DrawFixedPatch(x, y, FRACUNIT, V_SPLITSCREEN|flags, kp_talk, NULL);
|
V_DrawFixedPatch(x, y, FRACUNIT, V_SPLITSCREEN|flags, kp_talk, NULL);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue