syncing for release
This commit is contained in:
parent
9059ab6000
commit
591453ee57
2 changed files with 0 additions and 4 deletions
|
@ -290,7 +290,6 @@ SDL_Rect draw_text_line(SDL_Surface *gui_surface, const SDL_Rect& area, int size
|
|||
|
||||
scoped_sdl_surface surface(render_text(font,text.c_str(),colour,style));
|
||||
if(surface == NULL) {
|
||||
std::cerr << "Could not render ttf: '" << text << "'\n";
|
||||
SDL_Rect res;
|
||||
res.x = 0; res.y = 0; res.w = 0; res.h = 0;
|
||||
return res;
|
||||
|
|
|
@ -284,7 +284,6 @@ void multiplayer_game_setup_dialog::set_area(const SDL_Rect& area)
|
|||
|
||||
lobby::RESULT multiplayer_game_setup_dialog::process()
|
||||
{
|
||||
std::cerr << "setup dialog process\n";
|
||||
CKey key;
|
||||
|
||||
int mousex, mousey;
|
||||
|
@ -462,8 +461,6 @@ lobby::RESULT multiplayer_game_setup_dialog::process()
|
|||
}
|
||||
}
|
||||
|
||||
std::cerr << "setup dialog end process\n";
|
||||
|
||||
return lobby::CONTINUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue