X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=d75c0ae1eb4fc3d247ee93b04cb66738f09a728a;hp=da76f7df76c26d96fc22ea35d9db4d97e2300635;hb=439166f2dc0f7462a6e75497d1ac03f9e96042c7;hpb=8a80a96c98b079726cd9d08170187accf22c1a2d 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 */