Kolja Strohm 5 жил өмнө
parent
commit
e4c5ba4981

+ 5 - 0
StickmanWorldOnline/Spiel.cpp

@@ -685,6 +685,11 @@ void Spiel::tick( double zeit )
                             shots.remove( j );
                         }
                     }
+                    if( removed )
+                    {
+                        shots.remove( i );
+                        i--;
+                    }
                 }
                 if( !removed )
                 {