Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/luainvaders/src/
H A DGame.cpp42 const int NUM_LIVES = 3; variable
109 SetLives(NUM_LIVES); in Initialise()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/pyinvaders/src/
H A DGame.cpp42 const int NUM_LIVES = 3; variable
109 SetLives(NUM_LIVES); in Initialise()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/invaders/src/
H A DGame.cpp43 const int NUM_LIVES = 3; variable
109 SetLives(NUM_LIVES); in Initialise()
/dports/games/xrally/xrally/
H A Dglobal.h156 #define NUM_LIVES 5 macro
H A Dlevel.c513 level->lives = NUM_LIVES; in initLevel()
515 level->livesbonus = -1 * EXTRA_LIVE / NUM_LIVES; in initLevel()
H A Dgame.c397 #ifdef NUM_LIVES in draw_info_bar()
H A DChangeLog126 - Lives (Edit the NUM_LIVES variable)
/dports/games/xrally/xrally/doc/
H A DCONFIG93 #define NUM_LIVES 5