X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=0ca05c7c94b7256f191fb4a398f37df8b084f730;hb=0d03b05bd2b0faf67444063af59c3b0fef45dd09;hp=a9c8c3cb9aa5cb5a760e9ddb50ffd15096181698;hpb=9233f6cfc90e72b7cc168c570fdd2e545f698674;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index a9c8c3cb..0ca05c7c 100644 --- a/src/main.h +++ b/src/main.h @@ -2249,6 +2249,7 @@ struct LevelInfo boolean use_spring_bug; /* for compatibility with old levels */ 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 can_pass_to_walkable; /* player can pass to empty or walkable tile */ boolean grow_into_diggable; /* amoeba can grow into anything diggable */