projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f93fc
)
fix correctly
author
Matthias Braun
<matze@braunis.de>
Sun, 9 Jul 2006 11:33:57 +0000
(11:33 +0000)
committer
Matthias Braun
<matze@braunis.de>
Sun, 9 Jul 2006 11:33:57 +0000
(11:33 +0000)
SVN-Revision: 3965
src/badguy/bouncing_snowball.cpp
patch
|
blob
|
history
diff --git
a/src/badguy/bouncing_snowball.cpp
b/src/badguy/bouncing_snowball.cpp
index
9e73ee3
..
616d63e
100644
(file)
--- a/
src/badguy/bouncing_snowball.cpp
+++ b/
src/badguy/bouncing_snowball.cpp
@@
-30,7
+30,7
@@
BouncingSnowball::BouncingSnowball(const lisp::Lisp& reader)
}
BouncingSnowball::BouncingSnowball(const Vector& pos, Direction d)
-
: BadGuy(pos, d, "images/creatures/bouncing_snowball/bouncing_snowball.sprite")
+ : BadGuy(pos, d, "images/creatures/bouncing_snowball/bouncing_snowball.sprite")
{
}