Home
last modified time | relevance | path

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

/dports/games/astromenace/astromenace-1.4.1/src/game/
H A Dgame.cpp132 bool NeedShowGameMenu = false; variable
282 NeedShowGameMenu = false; in InitGame()
334 NeedShowGameMenu = false; in ExitGame()
542 if (NeedShowGameMenu) { in DrawGame()
546 NeedShowGameMenu = false; in DrawGame()
741 NeedShowGameMenu = false; in DrawGame()
838 NeedShowGameMenu = true; in DrawGame()
847 NeedShowGameMenu = false; in DrawGame()
/dports/games/astromenace/astromenace-1.4.1/src/
H A Dgame.h334 extern bool NeedShowGameMenu;
H A Dmain.cpp337 NeedShowGameMenu = true; in Loop()