diff --git a/src/input.c b/src/input.c index 893ba3f..b18d74f 100644 --- a/src/input.c +++ b/src/input.c @@ -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)