diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-11-23 00:33:13 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-11-23 00:33:13 +0000 |
commit | 75e6bcf119724b1d3db26707da856e48802e59b4 (patch) | |
tree | 88845a6d69ae7fc8709b883c85dfede31d0f095f /code/ui | |
parent | d0a3453953e9cbcc6dd9b39525088d0c09c45589 (diff) | |
download | ioquake3-aero-75e6bcf119724b1d3db26707da856e48802e59b4.tar.gz ioquake3-aero-75e6bcf119724b1d3db26707da856e48802e59b4.zip |
* (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)
git-svn-id: svn://svn.icculus.org/quake3/trunk@1216 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/ui')
-rw-r--r-- | code/ui/ui_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/code/ui/ui_main.c b/code/ui/ui_main.c index b6d98aa..f1eae14 100644 --- a/code/ui/ui_main.c +++ b/code/ui/ui_main.c @@ -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); } |