summary refs log tree commit diff
path: root/src/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Game.h')
-rw-r--r--src/Game.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/Game.h b/src/Game.h
index 7e27345..363cfcc 100644
--- a/src/Game.h
+++ b/src/Game.h
@@ -63,13 +63,6 @@ class Game {
 	XYZ aimBot(int);
 	void setListener(XYZ&);
 public:
-	// Event loop
-	float gamespeed;
-	float multiplier2, multiplier3, multiplier4, multiplier5;
-	float framespersecond;
-	float sps;
-	int maxfps;
-
 	// Graphics
 	int screenwidth, screenheight;
 	float viewdistance;
@@ -124,7 +117,6 @@ public:
 
 	bool lasersight;
 	bool debug;
-	bool vblsync;
 
 	bool blur;
 	bool blurness;
@@ -179,7 +171,7 @@ public:
 
 	// GL functions
 	GLvoid ReSizeGLScene(float fov, float near);
-	int DrawGLScene();
+	void DrawGLScene();
 	void LoadingScreen(float percent);
 
 	// Game functions