Browse Source

Fehlerhafte geschoss richtung behoben

Kolja Strohm 4 years ago
parent
commit
1e04f29820
1 changed files with 1 additions and 1 deletions
  1. 1 1
      StickmanWorldOnline/Geschoss.cpp

+ 1 - 1
StickmanWorldOnline/Geschoss.cpp

@@ -6,7 +6,7 @@ Geschoss::Geschoss( int id, float speed, GeschossTyp typ, Richtung r, int x, int
     : GameObject( GESCHOSS, x, y, 15, 15 )
 {
     this->speed = speed;
-    this->richtung = richtung;
+    this->richtung = r;
     this->besitzer = besitzer;
     tunnelBenutzt = 0;
     umgelenkt = 0;