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