mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
fix slipup of mine that would have prevented this thing compiling
This commit is contained in:
parent
ab4a1dda1e
commit
cad11a112d
1 changed files with 1 additions and 1 deletions
|
|
@ -5071,7 +5071,7 @@ static void M_DrawAddons(void)
|
|||
}
|
||||
|
||||
// draw the scrollbar!
|
||||
V_DrawFill((x-21) + addons_boxwidth-1, (y - 1) + i, 1, m, hilicol);
|
||||
V_DrawFill((x-21) + boxwidth-1, (y - 1) + i, 1, m, hilicol);
|
||||
|
||||
#undef boxwidth
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue