Alias "show_fps" to "hud_fps".

"show_fps" is the quakeworld standard, so that's what most people expect to
use.
This commit is contained in:
Bill Currie 2010-12-16 11:46:25 +09:00
parent 23d3407622
commit 8bb507f220
2 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,7 @@ CL_InitCvars (void)
"mouse strafe speed");
hud_fps = Cvar_Get ("hud_fps", "0", CVAR_ARCHIVE, NULL,
"display realtime frames per second");
Cvar_Alias_Get ("show_fps", hud_fps);
hud_time = Cvar_Get ("hud_time", "0", CVAR_ARCHIVE, NULL,
"display the current time");
}

View File

@ -1349,6 +1349,7 @@ CL_Init_Cvars (void)
"sending rcon commands");
hud_fps = Cvar_Get ("hud_fps", "0", CVAR_ARCHIVE, NULL,
"display realtime frames per second");
Cvar_Alias_Get ("show_fps", hud_fps);
hud_ping = Cvar_Get ("hud_ping", "0", CVAR_ARCHIVE, NULL,
"display current ping to server");
hud_pl = Cvar_Get ("hud_pl", "0", CVAR_ARCHIVE, NULL,