mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-14 04:01:06 +00:00
seems I keep forgetting to update this :(
This commit is contained in:
parent
5c0eb38c1b
commit
abbe2c19f3
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@ R_FireColor_f (void)
|
||||||
}
|
}
|
||||||
if (Cmd_Argc() == 5 || Cmd_Argc() == 6) {
|
if (Cmd_Argc() == 5 || Cmd_Argc() == 6) {
|
||||||
Con_Printf ("Warning: obsolete 4th and 5th parameters to r_firecolor ignored\n");
|
Con_Printf ("Warning: obsolete 4th and 5th parameters to r_firecolor ignored\n");
|
||||||
} else if (Cmd_Argc() !=5) {
|
} else if (Cmd_Argc() !=4) {
|
||||||
Con_Printf ("Usage r_firecolor R G B\n");
|
Con_Printf ("Usage r_firecolor R G B\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue