From a5d45f2fa5b0042e2d08a2bfed060dfb0417e75e Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Wed, 27 Aug 2008 18:48:13 +0000 Subject: Renamed "randomnes" to "randomness", so that it won't show up as part of Fate's patch. --- src/particle.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/particle.h') diff --git a/src/particle.h b/src/particle.h index 88a38417..d9b8c6b7 100644 --- a/src/particle.h +++ b/src/particle.h @@ -227,8 +227,8 @@ class Particle : public Sprite * Sets the ammount of random vector changes */ void - setRandomnes(int r) - { mRandomnes = r; } + setRandomness(int r) + { mRandomness = r; } /** * Sets the ammount of velocity particles retain after @@ -303,7 +303,7 @@ class Particle : public Sprite // dynamic particle Vector mVelocity; /**< Speed in pixels per game-tick. */ float mGravity; /**< Downward acceleration in pixels per game-tick. */ - int mRandomnes; /**< Ammount of random vector change */ + int mRandomness; /**< Ammount of random vector change */ float mBounce; /**< How much the particle bounces off when hitting the ground */ bool mFollow; /**< is this particle moved when its parent particle moves? */ -- cgit v1.2.3-70-g09d2