Home
last modified time | relevance | path

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

/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DMainMenu.c39 #define MENU_FLAME_COLOR_SOURCE_COUNT 1136 macro
77 signed short colorSources[MENU_FLAME_COLOR_SOURCE_COUNT][4], in updateMenuFlames()
180 signed short colorSources[MENU_FLAME_COLOR_SOURCE_COUNT][4], in initializeMenuFlames()
222 for (i=0; i<MENU_FLAME_COLOR_SOURCE_COUNT; i++) { in initializeMenuFlames()
254 brogueAssert(colorSourceCount <= MENU_FLAME_COLOR_SOURCE_COUNT); in initializeMenuFlames()
265 …signed short colorSources[MENU_FLAME_COLOR_SOURCE_COUNT][4]; // red, green, blue, and rand, one fo… in titleMenu()