speed up invinc icons

This commit is contained in:
Not
2022-09-04 18:32:41 +02:00
parent 5fe7a6966a
commit f0cb051564
2 changed files with 3 additions and 3 deletions

View File

@ -863,7 +863,7 @@ local modePatches = {
local function modePatch(flag)
if flag == F_SPBEXP then
return PATCH[modePatches[flag]][(leveltime / 4) % 6]
return PATCH[modePatches[flag]][(leveltime / 3) % 6]
end
return PATCH[modePatches[flag]]
end