From: Ryan Flegel Date: Thu, 6 Apr 2006 20:22:47 +0000 (+0000) Subject: Typo fix X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=b6e97c18e6753abbc1a052fe7e7c45865893cd44;p=supertux.git Typo fix SVN-Revision: 3253 --- diff --git a/src/object/particlesystem.hpp b/src/object/particlesystem.hpp index 4a14a6666..0e550fa48 100644 --- a/src/object/particlesystem.hpp +++ b/src/object/particlesystem.hpp @@ -133,7 +133,7 @@ public: virtual void update(float elapsed_time); std::string type() const - { return "SnowParticleSystem"; } + { return "CloudParticleSystem"; } private: class CloudParticle : public Particle