aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/launcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index df73df9526..273091a981 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -978,8 +978,8 @@ void LauncherDialog::loadGame(int item) {
const char *file = saveList[idx].filename().c_str();
printf("Loading slot: %d\n", slot);
printf("Loading file: %s\n", file);
- ConfMan.setInt("save_slot", slot);
ConfMan.setActiveDomain(_domains[item]);
+ ConfMan.setInt("save_slot", slot);
close();
}
}