*Minor corrections to the previous commit.
*Get rid of a graphical glitch on a the left of the screen that could appears on higher resolutions. Chokboyz git-svn-id: http://openexile.googlecode.com/svn/trunk@134 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -246,6 +246,7 @@ void redraw_screen()
|
||||
|
||||
pat_rect = windRect;
|
||||
InflateRect(&pat_rect,500,500);
|
||||
OffsetRect(&pat_rect,-ulx, -uly); //to counteract the shifting done in paint_pattern for ALL patterns. We're dealing with the background pattern here.
|
||||
paint_pattern(NULL,1,pat_rect,3);
|
||||
draw_main_screen();
|
||||
if (overall_mode < 60);
|
||||
|
||||
Reference in New Issue
Block a user