Home
last modified time | relevance | path

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

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dmenu.c75 #define MENU_MAX_GAMETIPS 100 macro
152 STRING hint[MENU_MAX_GAMETIPS]; //< The global hints/tips
156 STRING local_hint[MENU_MAX_GAMETIPS]; //< Module specific hints and tips
5019 for ( cnt = 0; cnt < MENU_MAX_GAMETIPS && !vfs_eof( fileread ); cnt++ ) in mnu_GameTip_load_global_vfs()
5058 for ( cnt = 0; cnt < MENU_MAX_GAMETIPS && !vfs_eof( fileread ); cnt++ ) in mnu_GameTip_load_local_vfs()