From 2314567d307a17f1405990a88e98a4a12cad429f Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 20 Apr 2003 22:40:18 +0200 Subject: [PATCH] rnd-20030420-1-src --- src/conftime.h | 2 +- src/editor.c | 4 ++++ src/main.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/conftime.h b/src/conftime.h index 8975fe6a..80b5e3e8 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2003-04-19 12:26]" +#define COMPILE_DATE_STRING "[2003-04-20 22:39]" diff --git a/src/editor.c b/src/editor.c index a10ba95f..1d2115ce 100644 --- a/src/editor.c +++ b/src/editor.c @@ -3440,6 +3440,7 @@ static void DrawPropertiesConfig() MapCheckbuttonGadget(i); } +#if 1 /* draw selectbox gadget */ i = ED_SELECTBOX_ID_CUSTOM_CHANGE_CAUSE; x = selectbox_info[i].x + xoffset_right2; @@ -3451,6 +3452,7 @@ static void DrawPropertiesConfig() ModifyGadget(level_editor_gadget[selectbox_info[i].gadget_id], GDI_SELECTBOX_INDEX, *selectbox_info[i].index, GDI_END); MapSelectboxGadget(i); +#endif } } @@ -3746,6 +3748,7 @@ static void DrawPropertiesInfo() if (HAS_PROPERTY(properties_element, properties[i].value)) num_standard_properties++; +#if 1 if (num_standard_properties > 0) { DrawTextF(pad_x, pad_y + screen_line * font2_height, font1_nr, @@ -3764,6 +3767,7 @@ static void DrawPropertiesInfo() screen_line++; } +#endif PrintInfoText("Description:", FONT_TEXT_1, screen_line); if (PrintElementDescriptionFromFile(filename, screen_line + 1) == 0) diff --git a/src/main.h b/src/main.h index 796179bc..22807c17 100644 --- a/src/main.h +++ b/src/main.h @@ -876,7 +876,7 @@ #define PROGRAM_VERSION_MAJOR 2 #define PROGRAM_VERSION_MINOR 2 #define PROGRAM_VERSION_PATCH 0 -#define PROGRAM_VERSION_STRING "2.2.0rc4" +#define PROGRAM_VERSION_STRING "2.2.0rc6" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" #define PROGRAM_AUTHOR_STRING "Holger Schemel" -- 2.34.1