X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=1085907150c93f831b66040344b9becb1dfedb53;hb=0e661055e1233e585fb259832e4884f68d3833a4;hp=61bc328e52c81c014ac2a560c07985d0746ef7c5;hpb=6f5b701331e07bdd3e02eeb61f66bfa14d5b530f;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 61bc328e..10859071 100644 --- a/src/main.h +++ b/src/main.h @@ -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 */