X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=b0ebc13d67372c1f9335f00496161006f0bb2282;hp=6fac677484fcd6ded75579e50d8203e0166af267;hb=87fd32ed7c5c47b7278300d12bf67c5b46a604a6;hpb=ca2d65072bf921ae4341eaa86ff7f674f3e3ba91 diff --git a/src/main.h b/src/main.h index 6fac6774..b0ebc13d 100644 --- a/src/main.h +++ b/src/main.h @@ -3204,6 +3204,8 @@ struct LevelInfo // ('int' instead of 'boolean' because used as selectbox value in editor) int use_step_counter; // count steps instead of seconds for level + int time_score_base; // use time score for 1 or 10 seconds/steps + short field[MAX_LEV_FIELDX][MAX_LEV_FIELDY]; boolean use_custom_template; // use custom properties from template file