add: function for "Force start game" button

This commit is contained in:
jadis0x
2022-10-04 23:55:37 +03:00
committed by GitHub
parent 40077bd43f
commit 586b221fd9

View File

@@ -294,7 +294,7 @@ void DrawMiscTab() {
}
if (ImGui::Button("Force start game")) {
//force start
Misc::ForceStart();
}
ImGui::Checkbox("Unlock all", &settings::unlock_all);