fixed icon for windowed mode

This commit is contained in:
Nils Kneuper 2007-05-19 14:28:55 +00:00
parent d73b896674
commit a8db08dde5

View file

@ -40,7 +40,7 @@ namespace game_config
#endif
bool debug = false, editor = false, ignore_replay_errors = false, mp_debug = false, exit_at_end = false, no_delay = false, disable_autosave = false;
std::string game_icon = "icons/wesnoth-icon.png", game_title, game_logo, title_music;
std::string game_icon = "wesnoth-icon.png", game_title, game_logo, title_music;
int title_logo_x = 0, title_logo_y = 0, title_buttons_x = 0, title_buttons_y = 0, title_buttons_padding = 0,
title_tip_x = 0, title_tip_width = 0, title_tip_padding = 0;