mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix voxmic vertical coordinate
This commit is contained in:
parent
4bc99d3806
commit
d2e8838ef5
1 changed files with 1 additions and 1 deletions
|
|
@ -5280,7 +5280,7 @@ static void K_DrawTypingNotifier(fixed_t x, fixed_t y, player_t *p, INT32 flags)
|
|||
else if (S_IsPlayerVoiceActive(playernum))
|
||||
{
|
||||
patch_t* voxmic = kp_voice_tagactive[(leveltime / 3) % 3];
|
||||
V_DrawFixedPatch(x + 6*FRACUNIT, y - 12*FRACUNIT, FRACUNIT, V_SPLITSCREEN|flags, voxmic, NULL);
|
||||
V_DrawFixedPatch(x + 6*FRACUNIT, y - ((flags & V_VFLIP) ? -1 : 1)*12*FRACUNIT, FRACUNIT, V_SPLITSCREEN|flags, voxmic, NULL);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue