mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
cl_showspeed no longer requires sv_cheats 1
This commit is contained in:
parent
ba32308dbc
commit
dd3691c877
1 changed files with 2 additions and 2 deletions
|
@ -2791,7 +2791,7 @@ void AvHHud::RenderCommonUI()
|
|||
if (!mSteamUIActive)
|
||||
{
|
||||
|
||||
if (gHUD.GetServerVariableFloat("sv_cheats") != 0 ) {
|
||||
//if (gHUD.GetServerVariableFloat("sv_cheats") != 0 ) {
|
||||
static int maxSpeed=0, maxGroundSpeed=0, maxClimb=0, maxDive=0;
|
||||
if ( CVAR_GET_FLOAT("cl_showspeed") != 0) {
|
||||
|
||||
|
@ -2827,7 +2827,7 @@ void AvHHud::RenderCommonUI()
|
|||
maxSpeed=0, maxGroundSpeed=0, maxClimb=0, maxDive=0;
|
||||
speedMeasured = false;
|
||||
}
|
||||
}
|
||||
//}
|
||||
|
||||
DrawInfoLocationText();
|
||||
DrawHUDStructureNotification();
|
||||
|
|
Loading…
Reference in a new issue