GB: Fix a GCC warning

git-svn-id: https://svn.code.sf.net/p/vbam/code/branches/bgk-link@1196 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
bgk 2013-04-30 17:44:36 +00:00
parent 6b18cf174f
commit 52f1aa9129
1 changed files with 2 additions and 0 deletions

View File

@ -4827,6 +4827,7 @@ void gbEmulate(int ticksToStop)
wx = 0;
if((wx <= 159) && (tempgbWindowLine <= 143))
{
for (int i = wx; i<300; i++)
if (gbSpeed)
gbSpritesTicks[i]+=3;
@ -4835,6 +4836,7 @@ void gbEmulate(int ticksToStop)
}
}
}
}
gbInt48Signal &= ~7;