shotgun seeds (dumped from aw. noop), mindamage (almost)

This commit is contained in:
explorer
2024-10-12 05:19:00 +03:00
parent 9e8f4ae26e
commit 3dab45c4aa
9 changed files with 455 additions and 274 deletions

View File

@ -79,7 +79,7 @@ void __thiscall Redirected_Paint(void* Panel)
{
Target_Structure* Target = &Sorted_Target_List.at(Target_Number);
float Bounds[4] = { FLT_MAX, FLT_MIN, FLT_MAX, FLT_MIN };
float Bounds[4] = { __builtin_inff(), -__builtin_inff(), __builtin_inff(), -__builtin_inff()};
auto Get_Bounds = [&]() -> __int8
{