X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=83fbd7caeb97b57299a483f3f7d8bd9f5dbe5b70;hp=b6da3629d818735d10de02dab7e11274ef90db71;hb=aacdde073e6952de513366dc50f2a21bd043a65d;hpb=cb586ba720ddae3c6d05ba1723b5bd4d58bc98bd diff --git a/src/main.h b/src/main.h index b6da3629..83fbd7ca 100644 --- a/src/main.h +++ b/src/main.h @@ -2051,7 +2051,7 @@ #define PROGRAM_VERSION_MINOR 0 #define PROGRAM_VERSION_PATCH 0 #define PROGRAM_VERSION_BUILD 0 -#define PROGRAM_VERSION_EXTRA " RC3" +#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;