projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9ce366
)
-Weffc++ fix
author
Ingo Ruhnke
<grumbel@gmx.de>
Sat, 20 Mar 2010 15:23:10 +0000
(15:23 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Sat, 20 Mar 2010 15:23:10 +0000
(15:23 +0000)
SVN-Revision: 6618
src/object/unstable_tile.cpp
patch
|
blob
|
history
diff --git
a/src/object/unstable_tile.cpp
b/src/object/unstable_tile.cpp
index
d31d5e6
..
91f6e49
100644
(file)
--- a/
src/object/unstable_tile.cpp
+++ b/
src/object/unstable_tile.cpp
@@
-27,7
+27,8
@@
UnstableTile::UnstableTile(const Reader& lisp) :
MovingSprite(lisp, LAYER_TILES, COLGROUP_STATIC),
physic(),
- state(STATE_NORMAL)
+ state(STATE_NORMAL),
+ slowfall_timer()
{
sprite->set_action("normal");
physic.set_gravity_modifier (.98);