Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/main.cc')
-rw-r--r--src/server/main.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/server/main.cc b/src/server/main.cc
index f49dbc2..ae74471 100644
--- a/src/server/main.cc
+++ b/src/server/main.cc
@@ -4,10 +4,12 @@
the terms and conditions of the GNU General Public License version 2
*/
-#include "console.h"
-#include "timer.h"
+// project headers
+#include "common/common.h"
#include "game/game.h"
-#include "osirion.h"
+
+#include "timer.h"
+#include "console.h"
#include <iostream>
@@ -20,7 +22,6 @@ int main( int argc, char *argv[] )
{
// initialize system console;
server::Console serverconsole;
- common::Console::instance = &serverconsole;
const float server_framerate = 1.0f / 20.0f;
server::Timer timer;