mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-13 03:33:28 +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) {
|
||||
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");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue