mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 09:11:06 +00:00
gl_vidlinux: DIE DIE DIE!
cvar.c: use va() for Cvar_SetValue r_view.c: cvar cleanups sirf8.S: whitespace
This commit is contained in:
parent
a955b34f46
commit
ad03ff24de
6 changed files with 7 additions and 2770 deletions
|
@ -203,10 +203,7 @@ Cvar_SetValue
|
|||
*/
|
||||
void Cvar_SetValue (cvar_t *var_name, float value)
|
||||
{
|
||||
char val[32];
|
||||
|
||||
sprintf (val, "%f",value);
|
||||
Cvar_Set (var_name, val);
|
||||
Cvar_Set (var_name, va("%f", value));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue