fix options: settings.config_file s'inicialitzava en la declaració en lloc de en init()
This commit is contained in:
@@ -130,7 +130,7 @@ namespace Options
|
||||
shutdown_enabled(false),
|
||||
is_y_axis_inverted(false),
|
||||
last_hi_score_entry({INVALID_INDEX, INVALID_INDEX}),
|
||||
config_file(Asset::get()->get("config.txt")) {}
|
||||
config_file() {}
|
||||
|
||||
// Reinicia las últimas entradas de puntuación
|
||||
void clearLastHiScoreEntries()
|
||||
|
||||
Reference in New Issue
Block a user