Home
last modified time | relevance | path

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

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dquests-defines.h21 #define QI_FOLLOWUP_STAGES 5 /* the # of possible follow-up stages of which one is picked depending… macro
H A Dquests.h452 …s16b goals_for_stage[QI_FOLLOWUP_STAGES][QI_STAGE_GOALS]; /* returns the goal's index (or -1 if no…
453 …s16b next_stage_from_goals[QI_FOLLOWUP_STAGES]; /* <stage> index of the possible follow-up stages …
H A Dinit1.c8886 for (k = 0; k < QI_FOLLOWUP_STAGES; k++) { in init_q_info_txt()
8895 if (k == QI_FOLLOWUP_STAGES) return -1; /* out of space */ in init_q_info_txt()
H A Dquests.c4460 for (j = 0; j < QI_FOLLOWUP_STAGES; j++) {
5207 for (i = 0; i < QI_FOLLOWUP_STAGES; i++) {