Home
last modified time | relevance | path

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

/dports/games/opensonic/opensnc-src-0.1.4/src/scenes/
H A Dmenu.c73 #define MENU_QUESTSPERPAGE 14 macro
273 qstfnt[i]->position = v2d_new(30, 20 + 10*(i%MENU_QUESTSPERPAGE)); in menu_update()
537 return val/MENU_QUESTSPERPAGE + 1; in qstmenuopt_getpage()
543 return qstcount/MENU_QUESTSPERPAGE + ((qstcount%MENU_QUESTSPERPAGE == 0) ? 0 : 1); in qstmenuopt_getmaxpages()