浏览代码

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;