removed global animation configuration option '.step_frames' again
[rocksndiamonds.git] / src / init.c
index bda77b8bb0bccf4e3e7c76fb250f137426a96274..0aa2f102a956fad6ac9f930f1ea292a68d7030a9 100644 (file)
@@ -1352,7 +1352,6 @@ static void set_graphic_parameters_ext(int graphic, int *parameter,
   g->step_offset  = parameter[GFX_ARG_STEP_OFFSET];
   g->step_xoffset = parameter[GFX_ARG_STEP_XOFFSET];
   g->step_yoffset = parameter[GFX_ARG_STEP_YOFFSET];
-  g->step_frames  = parameter[GFX_ARG_STEP_FRAMES];
   g->step_delay   = parameter[GFX_ARG_STEP_DELAY];
   g->direction    = parameter[GFX_ARG_DIRECTION];
   g->position     = parameter[GFX_ARG_POSITION];