*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:
Chokboyz
2009-10-29 15:24:29 +00:00
parent 54c5886fbf
commit c36b6f2a13
4 changed files with 123 additions and 109 deletions

View File

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