Skip to content

Commit 46190f2

Browse files
committed
Fixed profile save when game quits
1 parent 95e915b commit 46190f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ void user_directory_create(void)
267267
// Check ~./berusky
268268
dir_create(INI_USER_DIRECTORY);
269269
dir_create(INI_USER_LEVELS);
270+
dir_create(INI_USER_PROFILES);
270271

271272
// Check ~./berusky/berusky.ini
272273
bprintfnl(_("Checking %s/%s..."),INI_USER_DIRECTORY,INI_FILE_NAME);

0 commit comments

Comments
 (0)