rolling back, it seems there was some more issues than original thought

This commit is contained in:
thibeaz 2013-09-21 02:25:42 +00:00
parent 6fccc53080
commit 3460b0bab9
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ void gbRenderLine()
if(y >= inUseRegister_WY) {
if ((gbWindowLine == -1) || (gbWindowLine>144))
if (gbWindowLine>143)
gbWindowLine = 0;
int wx = register_WX;