mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
MISC_ChallengeDef: Move challenges grid up by 2 pixels
Helps the feng shui
This commit is contained in:
parent
6d0409e33d
commit
ea8c583cce
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ menu_t MISC_ChallengesDef = {
|
||||||
&MainDef,
|
&MainDef,
|
||||||
0,
|
0,
|
||||||
MISC_ChallengesStatsDummyMenu,
|
MISC_ChallengesStatsDummyMenu,
|
||||||
BASEVIDWIDTH/2, 32,
|
BASEVIDWIDTH/2, 30,
|
||||||
0, 0,
|
0, 0,
|
||||||
"EXTRAS",
|
"EXTRAS",
|
||||||
98, 0,
|
98, 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue