Removed two Spanish debug messages :P
This commit is contained in:
parent
1859f9c2a0
commit
83a0a3ea0a
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue