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/view.cc')
-rw-r--r--src/client/view.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/view.cc b/src/client/view.cc
index b6ef28a..5c54587 100644
--- a/src/client/view.cc
+++ b/src/client/view.cc
@@ -11,9 +11,8 @@
#include "client/draw.h"
#include "render/render.h"
#include "core/core.h"
-#include "game/game.h"
-#include "sys/sys.h"
#include "math/mathlib.h"
+#include "sys/sys.h"
#include <iostream>
#include <string>
@@ -152,7 +151,6 @@ void frame(float seconds)
gl::loadidentity();
gl::rotate(90.0f, 0, 1.0, 0);
- camera::target = game.ship->location;
camera::draw(seconds); // draw the current camera transformation
gl::enable(GL_DEPTH_TEST); // enable depth buffer writing