Home
last modified time | relevance | path

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

/dports/games/xrally/xrally/
H A Dglobal.h213 #define RESULT_QUIT 2 macro
H A Dmain.c395 } else if (mapResult == RESULT_QUIT) { in mainGameLoop()
411 if (level.lives > 0 && (lives < 0 || mapResult == RESULT_QUIT)) { in mainGameLoop()
H A Dgame.c281 mapResult = RESULT_QUIT; in process_input()