mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
For parity with fte's particle system.
This commit is contained in:
parent
2631235d31
commit
ee51277ed8
1 changed files with 2 additions and 0 deletions
|
@ -1798,6 +1798,8 @@ skipread:
|
|||
ptype->count = 1/atof(value);
|
||||
if (Cmd_Argc()>2)
|
||||
ptype->countrand = 1/atof(Cmd_Argv(2));
|
||||
if (Cmd_Argc()>3)
|
||||
ptype->countextra = atof(Cmd_Argv(3));
|
||||
}
|
||||
else if (!strcmp(var, "count"))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue