X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=d75c0ae1eb4fc3d247ee93b04cb66738f09a728a;hb=d8b93bc26350fed8eef779af50267f9cab93612e;hp=da76f7df76c26d96fc22ea35d9db4d97e2300635;hpb=b903ee03857c26c3816a37b4c7c858c24250a7ef;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index da76f7df..d75c0ae1 100644 --- a/src/main.h +++ b/src/main.h @@ -3061,6 +3061,9 @@ struct LevelInfo boolean mm_laser_red, mm_laser_green, mm_laser_blue; boolean df_laser_red, df_laser_green, df_laser_blue; int mm_time_fuse; + int mm_time_bomb; + int mm_time_ball; + int mm_time_block; /* ('int' instead of 'boolean' because used as selectbox value in editor) */ int use_step_counter; /* count steps instead of seconds for level */