Fix some warnings reported from LGTM
This commit is contained in:
@@ -82,7 +82,7 @@ static void FP_FASTAPASS(3) ZapperFrapper(int w, uint8 * bg, uint8 * spr, uint32
|
||||
|
||||
sum = palo[a1].r + palo[a1].g + palo[a1].b;
|
||||
if (sum >= 100 * 3) {
|
||||
ZD[w].zaphit = ((uint64)linets + (xs + 16) * (PAL ? 15 : 16)) / 48 + timestampbase;
|
||||
ZD[w].zaphit = ((uint64)linets + (uint64)(xs + 16) * (PAL ? 15 : 16)) / 48 + timestampbase;
|
||||
goto endo;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user