Fix GCC warning about indentation.

This commit is contained in:
Brandon Wright 2019-02-14 11:43:25 -06:00
parent 3322be6f18
commit 7c90ccbd0d
1 changed files with 2 additions and 2 deletions

View File

@ -199,8 +199,8 @@ void S9xBuildDirectColourMaps (void)
void S9xStartScreenRefresh (void)
{
GFX.InterlaceFrame = !GFX.InterlaceFrame;
if (GFX.DoInterlace)
GFX.DoInterlace--;
if (GFX.DoInterlace)
GFX.DoInterlace--;
if (IPPU.RenderThisFrame)
{