1
0
Fork 0
forked from fte/fteqw

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:
Spoike 2011-03-06 15:34:56 +00:00
parent 417e55254c
commit 933c854776

View file

@ -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,