fix compilation.

This commit is contained in:
Marvin D 2022-11-09 23:37:33 +01:00
parent 85d0d5fa9a
commit 4af22ede90

View File

@ -98,7 +98,7 @@ bool Detour_IsLoaded()
}
}
assert(i <= MAX_HULLS);
assert(ret <= MAX_HULLS);
return (ret != MAX_HULLS);
}