mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Re-add cross-around hack for M_DrawChallenges
This commit is contained in:
parent
f179a3523f
commit
edeb9d072c
1 changed files with 2 additions and 2 deletions
|
|
@ -4615,8 +4615,8 @@ void M_DrawChallenges(void)
|
|||
|
||||
if (challengegridloops)
|
||||
{
|
||||
//if (!challengesmenu.col && challengesmenu.hilix)
|
||||
//x -= gamedata->challengegridwidth*16;
|
||||
if (!challengesmenu.col && challengesmenu.hilix)
|
||||
x -= gamedata->challengegridwidth*16;
|
||||
i = challengesmenu.col + challengesmenu.focusx;
|
||||
explodex = x - (i*16);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue