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 ab4a1dda1e
commit cad11a112d

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