X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=39c848381499c66c8eb879dfa2039a20fbef33b2;hb=378017ef8970cd08f0aa9cc2855eb4233f5a23a6;hp=b6da3629d818735d10de02dab7e11274ef90db71;hpb=cb586ba720ddae3c6d05ba1723b5bd4d58bc98bd;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index b6da3629..39c84838 100644 --- a/src/main.h +++ b/src/main.h @@ -2050,8 +2050,8 @@ #define PROGRAM_VERSION_MAJOR 4 #define PROGRAM_VERSION_MINOR 0 #define PROGRAM_VERSION_PATCH 0 -#define PROGRAM_VERSION_BUILD 0 -#define PROGRAM_VERSION_EXTRA " RC3" +#define PROGRAM_VERSION_BUILD 2 +#define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" #define PROGRAM_AUTHOR_STRING "Holger Schemel" @@ -2356,6 +2356,7 @@ struct EditorButtonInfo struct XYTileSize element_left; struct XYTileSize element_middle; struct XYTileSize element_right; + struct XYTileSize palette; struct XYTileSize draw_single; struct XYTileSize draw_connected; @@ -2398,6 +2399,8 @@ struct EditorPaletteInfo int x, y; int cols, rows; int tile_size; + boolean show_as_separate_screen; + boolean show_on_element_buttons; struct XYTileSize element_left; struct XYTileSize element_middle;