fix slipup of mine that would have prevented this thing compiling

This commit is contained in:
Monster Iestyn 2019-03-31 14:11:27 +01:00
parent 8920693159
commit 27147a9e0b
1 changed files with 1 additions and 1 deletions

View File

@ -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