diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-15 22:22:33 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-15 22:36:14 +0200 |
commit | 2a3f16f5673e6482e422a65f6f23f958dd78955f (patch) | |
tree | 63f81e0fc00e9a2f29bfe3ca0e13e2351994de0b /src/particlecontainer.h | |
parent | 1b44c6d73784c0f222c3d1f09214936acb5561f7 (diff) | |
download | mana-2a3f16f5673e6482e422a65f6f23f958dd78955f.tar.gz mana-2a3f16f5673e6482e422a65f6f23f958dd78955f.tar.bz2 mana-2a3f16f5673e6482e422a65f6f23f958dd78955f.tar.xz mana-2a3f16f5673e6482e422a65f6f23f958dd78955f.zip |
Assorted random cleanups
Diffstat (limited to 'src/particlecontainer.h')
-rw-r--r-- | src/particlecontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particlecontainer.h b/src/particlecontainer.h index 26539dd7..90825024 100644 --- a/src/particlecontainer.h +++ b/src/particlecontainer.h @@ -52,7 +52,7 @@ public: /** * Kills and removes all particle effects (only in this container) */ - virtual void clearLocally() {}; + virtual void clearLocally() {} /** * Sets the positions of all elements |