Fix warnings
This commit is contained in:
@@ -174,7 +174,7 @@ static void CheckSLHook(void)
|
|||||||
{
|
{
|
||||||
InputScanlineHook = 0;
|
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;
|
InputScanlineHook = SLHLHook;
|
||||||
|
|
||||||
if (FCExp && FCExp->SLHook)
|
if (FCExp && FCExp->SLHook)
|
||||||
|
|||||||
Reference in New Issue
Block a user