コード例 #1
0
ファイル: world.cpp プロジェクト: ET-NiK/amxxgroup
void ResetGlobalState( void )
{
	gGlobalState.ClearStates();
	gInitHUD = TRUE;	// Init the HUD on a new game / load game
	g_iPlayersPerTeam = 0;
}
コード例 #2
0
void ResetGlobalState( void )
{
	gGlobalState.ClearStates();
	gInitHUD = TRUE;	// Init the HUD on a new game / load game
}