diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-08-24 18:59:13 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-08-24 18:59:13 +0000 |
commit | 00ba36009be6e6ace5815ef2fc0db3bb13c18335 (patch) | |
tree | 918e58651b50bab2f94e8707edf8285cbb0be8b4 /graphics | |
parent | 2f585331ad878f1e426e7c011db3081630f965d2 (diff) | |
download | clientdata-00ba36009be6e6ace5815ef2fc0db3bb13c18335.tar.gz clientdata-00ba36009be6e6ace5815ef2fc0db3bb13c18335.tar.bz2 clientdata-00ba36009be6e6ace5815ef2fc0db3bb13c18335.tar.xz clientdata-00ba36009be6e6ace5815ef2fc0db3bb13c18335.zip |
fix for last commit
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/particles/nomadpipe.particle.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/particles/nomadpipe.particle.xml b/graphics/particles/nomadpipe.particle.xml index 017d8a8c..703263bd 100644 --- a/graphics/particles/nomadpipe.particle.xml +++ b/graphics/particles/nomadpipe.particle.xml @@ -14,7 +14,7 @@ nomad NPC. <emitter>
<property name="position-x" value="24"/>
<property name="output" value="1"/>
- <property name="output-skip" min="300" max="330"/>
+ <property name="output-pause" min="300" max="330"/>
<property name="lifetime" value="10"/>
<emitter>
<property name="image" value="graphics/particles/fog-medium-a.png|W:#9999bb"/>
|