create app-directories only on startup

This commit is contained in:
doitux
2007-05-05 19:02:11 +00:00
parent fead5805e9
commit e72c25203b
5 changed files with 41 additions and 28 deletions
+1
View File
@@ -32,6 +32,7 @@ using namespace std;
Session::Session(GuiInterface *g)
: currentGameID(0), myNetClient(0), myNetServer(0), actualGame(0), myGui(g)
{
myConfig = new ConfigFile;
}