bugfixes
This commit is contained in:
@@ -219,6 +219,8 @@ namespace Options {
|
||||
game.use_new_logo = node["use_new_logo"].get_value<bool>();
|
||||
if (node.contains("show_title_credits"))
|
||||
game.show_title_credits = node["show_title_credits"].get_value<bool>();
|
||||
if (node.contains("show_preload"))
|
||||
game.show_preload = node["show_preload"].get_value<bool>();
|
||||
}
|
||||
|
||||
// Carrega les opcions des del fitxer configurat
|
||||
@@ -368,6 +370,7 @@ namespace Options {
|
||||
file << "game:\n";
|
||||
file << " use_new_logo: " << (game.use_new_logo ? "true" : "false") << "\n";
|
||||
file << " show_title_credits: " << (game.show_title_credits ? "true" : "false") << "\n";
|
||||
file << " show_preload: " << (game.show_preload ? "true" : "false") << "\n";
|
||||
file << "\n";
|
||||
|
||||
// CONTROLS — només moviment del jugador. Les tecles d'UI viuen a
|
||||
|
||||
Reference in New Issue
Block a user