Fixed brush scrollbar bug in 800x600 mode. (Shin-Ichi)

This commit is contained in:
William Kendrick 2003-07-21 20:47:49 +00:00
parent 8c730a9336
commit 7046bd74df

View file

@ -5095,7 +5095,7 @@ void draw_brushes(void)
if (num_brushes > 14 + TOOLOFFSET)
{
off_y = 24;
max = 12;
max = 12 + TOOLSET;
dest.x = WINDOW_WIDTH - 96;
dest.y = 40;