Remove some more 2.1-related ringslinger offsets to the chat.

This commit is contained in:
toaster 2019-06-22 20:15:48 +01:00
parent 29c4fa306a
commit b02c21b818

View file

@ -1468,7 +1468,6 @@ static void HU_drawMiniChat(void)
if (splitscreen > 1) if (splitscreen > 1)
y += 16; y += 16;
}*/ }*/
y -= (G_RingSlingerGametype() ? 16 : 0);
dx = 0; dx = 0;
dy = 0; dy = 0;
@ -1677,7 +1676,6 @@ static void HU_DrawChat(void)
} }
} }
#endif #endif
y -= (G_RingSlingerGametype() ? 16 : 0);
if (teamtalk) if (teamtalk)
{ {
@ -1770,7 +1768,6 @@ static void HU_DrawChat(void)
p_dispy += 16; p_dispy += 16;
} }
#endif #endif
p_dispy -= (G_RingSlingerGametype() ? 16 : 0);
i = 0; i = 0;
for(i=0; (i<MAXPLAYERS); i++) for(i=0; (i<MAXPLAYERS); i++)