small fix that will never be noticed.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3749 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
417e55254c
commit
933c854776
1 changed files with 2 additions and 2 deletions
|
@ -2147,7 +2147,7 @@ void SCR_TileClear (void)
|
|||
{
|
||||
// top
|
||||
Draw_TileClear (scr_vrect.x, 0,
|
||||
scr_vrect.x + scr_vrect.width,
|
||||
scr_vrect.width,
|
||||
scr_vrect.y);
|
||||
// bottom
|
||||
Draw_TileClear (scr_vrect.x,
|
||||
|
@ -2172,7 +2172,7 @@ void SCR_TileClear (void)
|
|||
{
|
||||
// top
|
||||
Draw_TileClear (scr_vrect.x, 0,
|
||||
scr_vrect.x + scr_vrect.width,
|
||||
scr_vrect.width,
|
||||
scr_vrect.y);
|
||||
// bottom
|
||||
Draw_TileClear (scr_vrect.x,
|
||||
|
|
Loading…
Reference in a new issue