Home
last modified time | relevance | path

Searched refs:MENU_ID_TO_OVERLAY (Results 1 – 2 of 2) sorted by relevance

/dports/games/augustus/augustus-3.1.0/src/window/
H A Doverlay_menu.c55 static const int MENU_ID_TO_OVERLAY[OVERLAY_BUTTONS] = { OVERLAY_NONE, OVERLAY_WATER, 1, 3, 5, 6, 7… variable
104 int overlay = MENU_ID_TO_OVERLAY[i]; in draw_foreground()
109 …lang_text_draw_centered(14, MENU_ID_TO_OVERLAY[i], x_offset - 170, 77 + 24 * i, 160, FONT_NORMAL_G… in draw_foreground()
210 game_state_set_overlay(MENU_ID_TO_OVERLAY[index]); in button_menu_item()
/dports/games/julius/julius-1.7.0/src/window/
H A Doverlay_menu.c50 static const int MENU_ID_TO_OVERLAY[MAX_BUTTONS] = {OVERLAY_NONE, OVERLAY_WATER, 1, 3, 5, 6, 7, OVE… variable
98 …lang_text_draw_centered(14, MENU_ID_TO_OVERLAY[i], x_offset - 170, 77 + 24 * i, 160, FONT_NORMAL_G… in draw_foreground()
189 game_state_set_overlay(MENU_ID_TO_OVERLAY[index]); in button_menu_item()