Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-10-14 16:47:23 +0000
committerStijn Buys <ingar@osirion.org>2013-10-14 16:47:23 +0000
commit0ae585bf90031a95cec165bb6f0e25e337b9ecff (patch)
tree93f698c5e519cb3c06501e41d6b448909fdb1044 /src/render/particlesystemscript.cc
parentd6471bf0f398257cb379944323cf85e8115491a5 (diff)
More explosion particles bugfixes.
Diffstat (limited to 'src/render/particlesystemscript.cc')
-rw-r--r--src/render/particlesystemscript.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/particlesystemscript.cc b/src/render/particlesystemscript.cc
index 4c1f62b..2488446 100644
--- a/src/render/particlesystemscript.cc
+++ b/src/render/particlesystemscript.cc
@@ -236,7 +236,7 @@ ParticleSystemScript *ParticleSystemScript::load(const std::string &label)
continue;
} else if (inifile.got_key_bool("explosion", b)) {
- ejector->set_impulse(b);
+ ejector->set_explosion(b);
continue;
} else if (inifile.got_key_bool("entity", b)) {