X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fobject%2Fparticlesystem_interactive.cpp;h=2d4a3c2ee1104fbcea21038995416dab069d71c0;hb=959f514b78262ae6b276821bc61864fa6967b97c;hp=b188d9bcd35b2d26ceed997145ca62f3baef6f5e;hpb=561d285b2ea0fc084f54ef62b1f9c9d65a4877c8;p=supertux.git diff --git a/src/object/particlesystem_interactive.cpp b/src/object/particlesystem_interactive.cpp index b188d9bcd..2d4a3c2ee 100644 --- a/src/object/particlesystem_interactive.cpp +++ b/src/object/particlesystem_interactive.cpp @@ -97,7 +97,6 @@ ParticleSystem_Interactive::collision(Particle* object, Vector movement) for(std::list::const_iterator i = Sector::current()->solid_tilemaps.begin(); i != Sector::current()->solid_tilemaps.end(); i++) { TileMap* solids = *i; - for(int x = starttilex; x*32 < max_x; ++x) { for(int y = starttiley; y*32 < max_y; ++y) { const Tile* tile = solids->get_tile(x, y);