_GameOver is only used within STemWin.
 
Symbols
loading...
Files
loading...

_GameOver variable

Syntax

static int _GameOver;

References

LocationReferrerText
games_win.c:92
static int _GameOver;
games_win.c:630_SetPlayer()
_GameOver = 1;
games_win.c:657_NextPlayer()
if (_pPlayerAI[_Board.ActPlayer - 1]&& !_GameOver) {
games_win.c:664_NextPlayer()
} while (_pPlayerAI[_Board.ActPlayer - 1] && !_GameOver);
games_win.c:678_StartNewGame()
_GameOver = 0;

Data Use

Functions writing _GameOver
Functions reading _GameOver
all items filtered out
_GameOver
all items filtered out