aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-02-03 07:33:53 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-02-03 07:33:53 -0500
commitf00c4bb6b0c4dc1cf2f0c122a4748288ac6ab1a5 (patch)
tree582d4bf03dbdc2e2eaa031a13e002421bc09ddac /src/ui.cpp
parent783143974e36856e92be3fe1b13cc6a0d0b1faeb (diff)
Stuff
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index 2118022..56ce651 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -640,6 +640,7 @@ namespace ui {
void quitGame(){
gameRunning = false;
updateConfig();
+ saveConfig();
}
void quitMenu(){