mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
make sure to change p_dispy and not y for /pm list. Also make MPC happy.
This commit is contained in:
parent
ff957baae3
commit
2fdf27c507
2 changed files with 2 additions and 2 deletions
|
@ -1667,7 +1667,7 @@ static void HU_DrawChat(void)
|
|||
if (splitscreen > 1)
|
||||
p_dispy += 16;
|
||||
}*/
|
||||
y -= (G_RingSlingerGametype() ? 16 : 0);
|
||||
p_dispy -= (G_RingSlingerGametype() ? 16 : 0);
|
||||
|
||||
// more kart leftovers.
|
||||
|
||||
|
|
Loading…
Reference in a new issue