Index: server/server.cpp
===================================================================
--- server/server.cpp	(revision 5037b4bca181883e704bbd8c4fb7af7825e3536f)
+++ server/server.cpp	(revision f3dfead98b739313bcd88d2c38f13949ce6fbbef)
@@ -65,4 +65,5 @@
    map<unsigned int, Projectile> mapProjectiles;
    map<string, Game*> mapGames;
+   DataAccess da;
    ofstream outputLog;
 
@@ -181,5 +182,4 @@
          map<string, Game*>::iterator itGames;
          Game* game = NULL;
-         DataAccess da;
 
          for (itGames = mapGames.begin(); itGames != mapGames.end();) { 
