mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-24 04:41:10 +00:00
Fixed a compile warning.
(Thanks to cesarb)
This commit is contained in:
parent
fb8fde7c46
commit
5a2705d523
1 changed files with 0 additions and 3 deletions
|
@ -63,9 +63,6 @@ same cvar display for all cvar commands
|
|||
*/
|
||||
void Cvar_Display (cvar_t *var)
|
||||
{
|
||||
char val[32];
|
||||
int i;
|
||||
|
||||
Con_Printf ("%c%c%c ",
|
||||
(var->flags & CVAR_ARCHIVE) ? 'A' : ' ', // archived
|
||||
(var->flags & CVAR_ROM) ? 'R' : ' ', // read-only
|
||||
|
|
Loading…
Reference in a new issue