Typo fix
authorRyan Flegel <rflegel@gmail.com>
Thu, 6 Apr 2006 20:22:47 +0000 (20:22 +0000)
committerRyan Flegel <rflegel@gmail.com>
Thu, 6 Apr 2006 20:22:47 +0000 (20:22 +0000)
SVN-Revision: 3253

src/object/particlesystem.hpp

index 4a14a66..0e550fa 100644 (file)
@@ -133,7 +133,7 @@ public:
     virtual void update(float elapsed_time);
 
     std::string type() const
-    { return "SnowParticleSystem"; }    
+    { return "CloudParticleSystem"; }    
     
 private:
     class CloudParticle : public Particle