added new level option to only redraw off-screen player relocation
[rocksndiamonds.git] / src / main.h
index 61bc328e52c81c014ac2a560c07985d0746ef7c5..1085907150c93f831b66040344b9becb1dfedb53 100644 (file)
@@ -2498,6 +2498,7 @@ struct LevelInfo
   boolean use_time_orb_bug;    /* for compatibility with old levels */
   boolean instant_relocation;  /* no visual delay when relocating player */
   boolean shifted_relocation;  /* no level centering when relocating player */
+  boolean lazy_relocation;     /* only redraw off-screen player relocation */
   boolean can_pass_to_walkable;        /* player can pass to empty or walkable tile */
   boolean grow_into_diggable;  /* amoeba can grow into anything diggable */
   boolean auto_exit_sokoban;   /* automatically finish solved Sokoban levels */