Skip to content

Commit

Permalink
test game: start game in normal offline mode, not training
Browse files Browse the repository at this point in the history
  • Loading branch information
blueminder committed Jul 9, 2024
1 parent e87f716 commit 52714c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dojo/DojoGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ void DojoGui::gui_display_test_game( float scaling)
config::Delay = 0;
cfgSetVirtual("dojo", "Enable", "no");
config::GGPOEnable = false;
settings.dojo.training = true;
settings.dojo.training = false;
gui_state = GuiState::Closed;

if (strlen(settings.content.path.data()) > 0)
Expand Down

0 comments on commit 52714c8

Please sign in to comment.