rnd-20140301-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 0b2800f237065c83e853d5cd95a13541c9439ec7..b74b6fae17165e376d7da80d6a22a8752e0fc7c2 100644 (file)
@@ -1214,6 +1214,9 @@ struct DoorPartPosInfo
   int step_xoffset;
   int step_yoffset;
   int step_delay;
+  int start_step;
+  int start_step_opening;
+  int start_step_closing;
   boolean draw_masked;
   int sort_priority;
 };