X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=27441310edc93e27b1708d917ba62aa58abf03f9;hb=085eaa4c64f1254101fe59747e87aacb009ebe3b;hp=3c6e492ce8f6b5f8002e5ceb78828f3c41a3e1e2;hpb=39fb4fecfb8d4647d3563bdb18ce0065f6129522;p=rocksndiamonds.git 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 */