* (bug 3420) Don't respect sv_killserver unless a server is actually running

* (bug 3431) USERINFO cvars created in cg_main not getting sent (arQon)
This commit is contained in:
Tim Angus 2007-11-23 00:33:13 +00:00
parent f2f8e73d58
commit 3f3e1a51a1
3 changed files with 7 additions and 1 deletions

View file

@ -578,7 +578,6 @@ static void Text_Paint_Limit(float *maxX, float x, float y, float scale, vec4_t
void UI_ShowPostGame(qboolean newHigh) {
trap_Cvar_Set ("cg_cameraOrbit", "0");
trap_Cvar_Set("cg_thirdPerson", "0");
trap_Cvar_Set( "sv_killserver", "1" );
uiInfo.soundHighScore = newHigh;
_UI_SetActiveMenu(UIMENU_POSTGAME);
}