fixed icon for windowed mode
This commit is contained in:
parent
d73b896674
commit
a8db08dde5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue