mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-02 14:12:47 +00:00
make sure to change p_dispy and not y for /pm list. Also make MPC happy.
This commit is contained in:
parent
be35a106c5
commit
71074ccce1
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -880,7 +880,7 @@ static UINT32 V_GetHWConsBackColor(void)
|
|||
void V_DrawFillConsoleMap(INT32 x, INT32 y, INT32 w, INT32 h, INT32 c)
|
||||
{
|
||||
UINT8 *dest;
|
||||
INT32 u, v;
|
||||
INT32 u, v;
|
||||
UINT32 alphalevel = 0;
|
||||
|
||||
if (rendermode == render_none)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue