Procházet zdrojové kódy

Fehlerhafte geschoss richtung behoben

Kolja Strohm před 5 roky
rodič
revize
1e04f29820
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;