add: function for "Force start game" button
This commit is contained in:
@@ -294,7 +294,7 @@ void DrawMiscTab() {
|
||||
}
|
||||
|
||||
if (ImGui::Button("Force start game")) {
|
||||
//force start
|
||||
Misc::ForceStart();
|
||||
}
|
||||
|
||||
ImGui::Checkbox("Unlock all", &settings::unlock_all);
|
||||
|
||||
Reference in New Issue
Block a user