Home
last modified time | relevance | path

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

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dmenu.c73 #define MENU_STACK_COUNT 256 macro
195 static which_menu_t mnu_stack[MENU_STACK_COUNT];
312 mnu_stack_index = CLIP( mnu_stack_index, 0, MENU_STACK_COUNT ) ; in mnu_stack_push()
314 if ( mnu_stack_index >= MENU_STACK_COUNT ) return bfalse; in mnu_stack_push()
330 if ( mnu_stack_index > MENU_STACK_COUNT ) in mnu_stack_pop()
332 mnu_stack_index = MENU_STACK_COUNT; in mnu_stack_pop()