diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp index 2279cb5f..7e3e1bd2 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -363,10 +363,10 @@ void do_input() { helpWindow->setVisible(false); } - // Close the config window, applying changes if opened + // Close the config window, cancelling changes if opened else if (setupWindow->isVisible()) { - setupWindow->action("apply"); + setupWindow->action("cancel"); } // Else, open the chat edit box else |