forked from fte/fteqw
1
0
Fork 0

parser forgot a newline

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1459 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2005-10-09 22:27:01 +00:00
parent fbf48a84dc
commit f055bf6ec3
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ char *particle_set_spikeset =
"blend add\n"
"randomvel 5\n"
"veladd 1\n"
"rampmode delta" //fade it in then out.
"rampmode delta\n" //fade it in then out.
"ramp 0 0 0 -0.5 0\n"
"ramp 0 0 0 0.1 0\n"
"ramp 0 0 0 0.1 0\n"