mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-26 14:00:52 +00:00
oops :/
This commit is contained in:
parent
70b3327d77
commit
8d67ac3784
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ R_FireColor_f(void)
|
|||
r_firecolor_flame[3]);
|
||||
return;
|
||||
}
|
||||
if (Cmd_Argc() !=6) {
|
||||
if (Cmd_Argc() !=5) {
|
||||
Con_Printf ("Usage r_firecolor R G B A\n");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue