Fix warnings

This commit is contained in:
Twinaphex
2016-09-09 08:10:55 +02:00
parent e9d6bfc2d8
commit 6fa8011254

View File

@@ -174,7 +174,7 @@ static void CheckSLHook(void)
{
InputScanlineHook = 0;
if (JPorts[0] && JPorts[0]->SLHook || JPorts[1] && JPorts[1]->SLHook)
if ((JPorts[0] && JPorts[0]->SLHook) || (JPorts[1] && JPorts[1]->SLHook))
InputScanlineHook = SLHLHook;
if (FCExp && FCExp->SLHook)