Fixed the game not starting.

This commit is contained in:
Philippe Plantier 2004-09-18 23:12:20 +00:00
parent fb3f3a6972
commit d07e2c9f11

View file

@ -581,6 +581,7 @@ bool game_controller::init_language()
if(!no_gui_) {
SDL_WM_SetCaption(_("The Battle for Wesnoth"), NULL);
}
return true;
}
bool game_controller::play_test()