JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
started factoring out global t_frame
[vor.git] / globals.h
index a16e9f8..24e016e 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -50,10 +50,6 @@ extern char *initerror;
 
 extern float screendx, screendy;
 
-// All movement is based on t_frame.
-// All speeds are pixels/tick, with 20 ticks per second.
-extern float t_frame;  // length of this frame (in ticks = 1/20th second)
-
 extern int score;
 extern int g_easy;
 extern float fadetimer, faderate;