Removed two Spanish debug messages :P

This commit is contained in:
Isaac Clerencia Perez 2004-07-31 08:56:00 +00:00
parent 1859f9c2a0
commit 83a0a3ea0a

View file

@ -1369,9 +1369,7 @@ void display::draw_tile(int x, int y, surface unit_image, double alpha, Uint32 b
if(flag != NULL) {
SDL_Rect dstrect = { xpos, ypos, 0, 0 };
SDL_BlitSurface(flag,NULL,dst,&dstrect);
std::cerr << "Flag cargada OK" << std::endl;
}
else{ std::cerr << "Flag es NULL" << std::endl; }
typedef overlay_map::const_iterator Itor;