mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-22 01:27:24 +00:00
Game Launcher: tweak banner
This commit is contained in:
parent
0a37c2cda9
commit
f2c093d2a1
@ -226,10 +226,10 @@ game_launcher::game_launcher(const commandline_options& cmdline_opts)
|
|||||||
|
|
||||||
if(!cmdline_opts.nobanner) {
|
if(!cmdline_opts.nobanner) {
|
||||||
PLAIN_LOG
|
PLAIN_LOG
|
||||||
<< "\nData directory: " << game_config::path
|
<< "\nGame data: " << game_config::path
|
||||||
<< "\nUser data directory: " << filesystem::get_user_data_dir()
|
<< "\nUser data: " << filesystem::get_user_data_dir()
|
||||||
<< "\nCache directory: " << filesystem::get_cache_dir()
|
<< "\nCache: " << filesystem::get_cache_dir()
|
||||||
<< "\n\n";
|
<< "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
// disable sound in nosound mode, or when sound engine failed to initialize
|
// disable sound in nosound mode, or when sound engine failed to initialize
|
||||||
|
Loading…
x
Reference in New Issue
Block a user