summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 9cf73d4..738743d 100644
--- a/main.cpp
+++ b/main.cpp
@@ -691,7 +691,7 @@ int GameHandler::game()
691 if(*acname != "") 691 if(*acname != "")
692 { 692 {
693 delete user; 693 delete user;
694 user = new Account("save/default account.txt"); 694 user = new Account("data/default/account.txt");
695 user->name = *acname; 695 user->name = *acname;
696 menus[5]->refresh(); 696 menus[5]->refresh();
697 menus[3]->refresh(); 697 menus[3]->refresh();