소스 검색

Fehlerhafte geschoss richtung behoben

Kolja Strohm 5 년 전
부모
커밋
1e04f29820
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;