projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1af34ac
)
- fixed missing angle init
author
Ingo Ruhnke
<grumbel@gmx.de>
Mon, 3 Jul 2006 19:00:00 +0000
(19:00 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Mon, 3 Jul 2006 19:00:00 +0000
(19:00 +0000)
SVN-Revision: 3857
src/sprite/sprite.cpp
patch
|
blob
|
history
diff --git
a/src/sprite/sprite.cpp
b/src/sprite/sprite.cpp
index
e14621f
..
00c6247
100644
(file)
--- a/
src/sprite/sprite.cpp
+++ b/
src/sprite/sprite.cpp
@@
-43,6
+43,7
@@
Sprite::Sprite(SpriteData& newdata)
Sprite::Sprite(const Sprite& other)
: data(other.data), frame(other.frame),
animation_loops(other.animation_loops),
+ angle(0.0f),
action(other.action)
{
last_ticks = real_time;