mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 02:42:20 +00:00
fix slipup of mine that would have prevented this thing compiling
This commit is contained in:
parent
8920693159
commit
27147a9e0b
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…
Reference in a new issue