X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=globals.h;h=24e016e81e74827c8da193c2243bf42dea4ff73a;hp=a16e9f8b44de9932091d4fee59455b1ab6bcd3f0;hb=ae2d57cc5b1b64621a76aed51ce14f4c555c3bc8;hpb=f1768e98ddbe134b9f6fd6056caf2393b666bb5a diff --git a/globals.h b/globals.h index a16e9f8..24e016e 100644 --- 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;