Small bug
authorChristoph Sommer <mail@christoph-sommer.de>
Sat, 13 May 2006 22:59:55 +0000 (22:59 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Sat, 13 May 2006 22:59:55 +0000 (22:59 +0000)
SVN-Revision: 3511

src/badguy/dart.cpp

index 1c60a44..ce9a956 100644 (file)
@@ -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;