X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=13f6f8120af639c0d16d3d49420123518cde066a;hp=7b345be7156185460f9c2bfbb32db5d3b8708189;hb=2d769736ea3634a55a88c1d792ffdbefb190d1f3;hpb=e3ef41011a3564492d12988716af8fc1f090ac6b diff --git a/src/main.h b/src/main.h index 7b345be7..13f6f812 100644 --- a/src/main.h +++ b/src/main.h @@ -2389,6 +2389,7 @@ struct LevelInfo 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 */ + boolean auto_exit_sokoban; /* automatically finish solved Sokoban levels */ boolean continuous_snapping; /* repeated snapping without releasing key */ boolean block_snap_field; /* snapping blocks field to show animation */