X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=36bc42d6df18bc4e1762fe9fa607133ffaaf6113;hp=b6da3629d818735d10de02dab7e11274ef90db71;hb=183dab0eeef6d47b6db464d9596179f021b34437;hpb=cb586ba720ddae3c6d05ba1723b5bd4d58bc98bd diff --git a/src/main.h b/src/main.h index b6da3629..36bc42d6 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 1 +#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;