Assorted fixes (#3073)

* feat: unstuck more when removing blackscreen
* fix: make kicks more versatile
This commit is contained in:
maybegreat48
2024-05-09 09:05:56 +00:00
committed by GitHub
parent ce62f3d04b
commit efc172c9e2
20 changed files with 65 additions and 77 deletions

View File

@ -97,8 +97,6 @@ namespace big
ImGui::Checkbox("KILL_LOOP"_T.data(), &g_player_service->get_selected()->kill_loop);
ImGui::SameLine();
ImGui::Checkbox("EXPLOSION_LOOP"_T.data(), &g_player_service->get_selected()->explosion_loop);
ImGui::SameLine();
ImGui::Checkbox("FREEZE_LOOP"_T.data(), &g_player_service->get_selected()->freeze_loop);
ImGui::Checkbox("RAGDOLL_LOOP"_T.data(), &g_player_service->get_selected()->ragdoll_loop);
ImGui::SameLine();