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-13 20:14:17 +0000
committerStijn Buys <ingar@osirion.org>2013-10-13 20:14:17 +0000
commitd6471bf0f398257cb379944323cf85e8115491a5 (patch)
treea65de7dfe769d12fc88bb56f16bffc7f330e1d08 /src/render/renderext.h
parentd192894dc60562c04a98ea0ba361045178e096d7 (diff)
Axded explosion trigger for particle ejecotrs, fixed explosion particles for destroyed entities.
Diffstat (limited to 'src/render/renderext.h')
-rw-r--r--src/render/renderext.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/render/renderext.h b/src/render/renderext.h
index d140bbe..65fc5ed 100644
--- a/src/render/renderext.h
+++ b/src/render/renderext.h
@@ -69,7 +69,13 @@ public:
return state_particles;
}
+
+ inline ParticleSystem *explosion() {
+ return state_explosion;
+ }
+
virtual void frame(float elapsed);
+
private:
bool state_visible;