Skip to content

Commit

Permalink
Fixed|ClientApp: Create /home/configs if it doesn't exist
Browse files Browse the repository at this point in the history
ClientApp is responsible for setting up the basic folder structure.
  • Loading branch information
skyjake committed Sep 10, 2013
1 parent 95ffcf0 commit 4e473fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doomsday/client/src/clientapp.cpp
Expand Up @@ -330,6 +330,9 @@ void ClientApp::initialize()

initSubsystems(); // loads Config

// Create the user's configurations and settings folder, if it doesn't exist.
fileSystem().makeFolder("/home/configs");

d->initSettings();

// Initialize.
Expand Down

0 comments on commit 4e473fd

Please sign in to comment.