예제 #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
}