mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 13:01:56 +00:00
Challenges Menu: Fix copypaste error with Chao Medal fill drawer
This commit is contained in:
parent
3fe7a76c5e
commit
bddb1d576d
1 changed files with 1 additions and 1 deletions
|
|
@ -6243,7 +6243,7 @@ challengedesc:
|
||||||
0,
|
0,
|
||||||
medalchopy << FRACBITS,
|
medalchopy << FRACBITS,
|
||||||
BASEVIDWIDTH << FRACBITS,
|
BASEVIDWIDTH << FRACBITS,
|
||||||
(medalchopy + challengesmenu.unlockcount[CMC_MEDALBLANK]) << FRACBITS,
|
(medalchopy + challengesmenu.unlockcount[i]) << FRACBITS,
|
||||||
0
|
0
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue