Home
last modified time | relevance | path

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

/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dplayerstatio.c193 pstat->last_mission = MAX((time_t)vf[0], 0l); in SARPlayerStatsLoadFromFile()
353 pstat->last_mission in SARPlayerStatsSaveToFile()
H A Dsar.h281 time_t last_mission, /* Systime seconds */ member
/dports/games/slump/slump-0.003.02/
H A Dmain.c440 if ((i+1)==(ThisConfig->levelcount)) ThisConfig->last_mission = TRUE; in main()
H A Dslump.h802 boolean last_mission; /* This the last one we're doing? */ member
H A Dslump.c1408 answer->last_mission = FALSE; in get_config()
2105 ((c->map==7)&&(c->last_mission)) || in enough_quest()
2106 (c->last_mission&&(c->force_arena||rollpercent(138,3*c->levelcount))) ) { in enough_quest()