X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=27441310edc93e27b1708d917ba62aa58abf03f9;hp=3c6e492ce8f6b5f8002e5ceb78828f3c41a3e1e2;hb=41831f337ebfff25c7138785efe20af5c2b0a2a8;hpb=998abf7fcc9f6413625e61244d8cc49872870dbf diff --git a/src/main.h b/src/main.h index 3c6e492c..27441310 100644 --- a/src/main.h +++ b/src/main.h @@ -3094,6 +3094,7 @@ struct LevelInfo 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 solved_by_one_player; /* level is solved if one player enters exit */ boolean continuous_snapping; /* repeated snapping without releasing key */ boolean block_snap_field; /* snapping blocks field to show animation */