rnd-20000901-1-src
[rocksndiamonds.git] / src / misc.c
index 90bbe16a0ffc1baeb99fac530ca07264ad977ebd..2389f59a8c8bdd2bb69f71fd4412a002fff3e12d 100644 (file)
@@ -468,6 +468,8 @@ void GetOptions(char *argv[])
 
   /* initialize some more global variables */
   global.frames_per_second = 0;
+  global.fps_slowdown = FALSE;
+  global.fps_slowdown_factor = 1;
 
   while (*options_left)
   {