projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78e9b27
)
Small bug
author
Christoph Sommer
<mail@christoph-sommer.de>
Sat, 13 May 2006 22:59:55 +0000
(22:59 +0000)
committer
Christoph Sommer
<mail@christoph-sommer.de>
Sat, 13 May 2006 22:59:55 +0000
(22:59 +0000)
SVN-Revision: 3511
src/badguy/dart.cpp
patch
|
blob
|
history
diff --git
a/src/badguy/dart.cpp
b/src/badguy/dart.cpp
index
1c60a44
..
ce9a956
100644
(file)
--- a/
src/badguy/dart.cpp
+++ b/
src/badguy/dart.cpp
@@
-34,7
+34,7
@@
Dart::Dart(const lisp::Lisp& reader)
}
Dart::Dart(const Vector& pos, Direction d, const BadGuy* parent = 0)
- : BadGuy(pos, "images/creatures/dart/dart.sprite"), set_direction(
false), parent(0
), soundSource(0)
+ : BadGuy(pos, "images/creatures/dart/dart.sprite"), set_direction(
true), initial_direction(d), parent(parent
), soundSource(0)
{
physic.enable_gravity(false);
countMe = false;