Home
last modified time | relevance | path

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

/dports/games/jfsw/jfsw-c434002/src/
H A Dgame.c161 BOOL FirstTimeIntoGame; variable
2150 FirstTimeIntoGame = TRUE; in MenuLevel()
2152 FirstTimeIntoGame = FALSE; in MenuLevel()
H A Dmenus.c1923 extern BOOL ExitLevel, ShortGameMode, DemoInitOnce, FirstTimeIntoGame; in MNU_StartNetGame()
1943 if (/* CTW REMOVED gTenActivated && */!AutoNet && FirstTimeIntoGame) in MNU_StartNetGame()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dgame.cpp169 SWBOOL FirstTimeIntoGame; variable
2169 FirstTimeIntoGame = TRUE; in MenuLevel()
2171 FirstTimeIntoGame = FALSE; in MenuLevel()
H A Dmenus.cpp1969 extern SWBOOL ExitLevel, ShortGameMode, DemoInitOnce, FirstTimeIntoGame; in MNU_StartNetGame()
1991 if (/* CTW REMOVED gTenActivated && */ !AutoNet && FirstTimeIntoGame) in MNU_StartNetGame()