added options for post delay for door actions
[rocksndiamonds.git] / src / main.h
index f9ffaac88eb05fd1a4231cacdcddab8bdef8a9e0..1c23407daf50d7a7ae0517e8c43c4e3ea73573da 100644 (file)
@@ -2765,6 +2765,7 @@ struct DoorInfo
   int height;
   int step_offset;
   int step_delay;
+  int post_delay;
   int anim_mode;
 };