Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/particleejector.h')
-rw-r--r--src/render/particleejector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/particleejector.h b/src/render/particleejector.h
index 743e370..838af12 100644
--- a/src/render/particleejector.h
+++ b/src/render/particleejector.h
@@ -69,6 +69,7 @@ protected:
virtual void draw(const math::Vector3f & ps_location, const math::Axis & ps_axis);
private:
+ unsigned long ejector_timestamp;
unsigned long ejector_last_eject;
Particles ejector_particles;
bool ejector_enabled;