projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c38607
)
Typo fix
author
Ryan Flegel
<rflegel@gmail.com>
Thu, 6 Apr 2006 20:22:47 +0000
(20:22 +0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Thu, 6 Apr 2006 20:22:47 +0000
(20:22 +0000)
SVN-Revision: 3253
src/object/particlesystem.hpp
patch
|
blob
|
history
diff --git
a/src/object/particlesystem.hpp
b/src/object/particlesystem.hpp
index
4a14a66
..
0e550fa
100644
(file)
--- 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 "
Snow
ParticleSystem"; }
+ { return "
Cloud
ParticleSystem"; }
private:
class CloudParticle : public Particle