X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_act.c;h=e8020f9d88e30a04c008f4f3458e8e7ce3d36791;hp=e52851e4cc2ca71bc74d197694c70174b5c770cc;hb=abe44529b439ad39b4d8dbf19cbd67c9b9844279;hpb=e77c26313b1a1e3ddd884cdda005cb6758c1a100 diff --git a/src/conf_act.c b/src/conf_act.c index e52851e4..e8020f9d 100644 --- a/src/conf_act.c +++ b/src/conf_act.c @@ -1,15 +1,13 @@ -/*********************************************************** -* Rocks'n'Diamonds -- McDuffin Strikes Back! * -*----------------------------------------------------------* -* (c) 1995-2006 Artsoft Entertainment * -* Holger Schemel * -* Detmolder Strasse 189 * -* 33604 Bielefeld * -* Germany * -* e-mail: info@artsoft.org * -*----------------------------------------------------------* -* conf_act.c * -***********************************************************/ +// ============================================================================ +// Rocks'n'Diamonds - McDuffin Strikes Back! +// ---------------------------------------------------------------------------- +// (c) 1995-2014 by Artsoft Entertainment +// Holger Schemel +// info@artsoft.org +// http://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// conf_act.c +// ============================================================================ /* ----- this file was automatically generated -- do not edit by hand ----- */ @@ -308,6 +306,88 @@ element_with_active_state[] = }; +static struct +{ + int button; + int button_active; +} +button_with_active_state[] = +{ + { + IMG_MENU_BUTTON, + IMG_MENU_BUTTON_ACTIVE + }, + { + IMG_MENU_BUTTON_DOWN, + IMG_MENU_BUTTON_DOWN_ACTIVE + }, + { + IMG_MENU_BUTTON_EDITOR, + IMG_MENU_BUTTON_EDITOR_ACTIVE + }, + { + IMG_MENU_BUTTON_ENTER_MENU, + IMG_MENU_BUTTON_ENTER_MENU_ACTIVE + }, + { + IMG_MENU_BUTTON_GAME, + IMG_MENU_BUTTON_GAME_ACTIVE + }, + { + IMG_MENU_BUTTON_INFO, + IMG_MENU_BUTTON_INFO_ACTIVE + }, + { + IMG_MENU_BUTTON_LEAVE_MENU, + IMG_MENU_BUTTON_LEAVE_MENU_ACTIVE + }, + { + IMG_MENU_BUTTON_LEFT, + IMG_MENU_BUTTON_LEFT_ACTIVE + }, + { + IMG_MENU_BUTTON_LEVELS, + IMG_MENU_BUTTON_LEVELS_ACTIVE + }, + { + IMG_MENU_BUTTON_NAME, + IMG_MENU_BUTTON_NAME_ACTIVE + }, + { + IMG_MENU_BUTTON_NEXT_LEVEL, + IMG_MENU_BUTTON_NEXT_LEVEL_ACTIVE + }, + { + IMG_MENU_BUTTON_PREV_LEVEL, + IMG_MENU_BUTTON_PREV_LEVEL_ACTIVE + }, + { + IMG_MENU_BUTTON_QUIT, + IMG_MENU_BUTTON_QUIT_ACTIVE + }, + { + IMG_MENU_BUTTON_RIGHT, + IMG_MENU_BUTTON_RIGHT_ACTIVE + }, + { + IMG_MENU_BUTTON_SCORES, + IMG_MENU_BUTTON_SCORES_ACTIVE + }, + { + IMG_MENU_BUTTON_SETUP, + IMG_MENU_BUTTON_SETUP_ACTIVE + }, + { + IMG_MENU_BUTTON_UP, + IMG_MENU_BUTTON_UP_ACTIVE + }, + { + -1, + -1 + }, +}; + + static struct { int font_nr;