Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/client.cc')
-rw-r--r--src/client/client.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/client.cc b/src/client/client.cc
index 5243d28..6ae6ba8 100644
--- a/src/client/client.cc
+++ b/src/client/client.cc
@@ -12,7 +12,6 @@
#include "client/input.h"
#include "client/view.h"
#include "core/core.h"
-#include "game/game.h"
// SDL headers
#include <SDL/SDL.h>
@@ -58,7 +57,6 @@ void func_r_restart(std::stringstream &args)
}
//--- public ------------------------------------------------------
-game::Game game;
void main(int count, char **arguments)
{