X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=ef613199f6a8e70e6bb7066191eeafb950c5e167;hb=728442c17249f1ca5bb6b6aedb85c2b4fe7b8454;hp=c26e1a259b52f2a5acc9e1e049544137a7c57fbf;hpb=f01bf775110c477482734c49edcc695c26d04800;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index c26e1a25..ef613199 100644 --- a/src/main.h +++ b/src/main.h @@ -1989,6 +1989,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 continuous_snapping; /* repeated snapping without releasing key */ boolean block_snap_field; /* snapping blocks field to show animation */ boolean block_last_field; /* player blocks previous field while moving */ boolean sp_block_last_field; /* player blocks previous field while moving */