JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Made it easier (I hope) to avoid getting killed twice in a row.
[vor.git] / globals.h
index 11ae5c4..7dc6569 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -48,9 +48,6 @@ extern char topline[1024];
 extern char *initerror;
 
 extern float screendx, screendy;
-extern float xscroll, yscroll;
-extern float yscroll;
-extern float scrollvel;
 
 // All movement is based on t_frame.
 // All speeds are pixels/tick, with 20 ticks per second.