Reestructurant la classe Options

This commit is contained in:
2025-02-23 18:12:02 +01:00
parent 3ba4293e8a
commit 2ee0c70319
48 changed files with 898 additions and 984 deletions

View File

@@ -183,7 +183,7 @@ void Stats::checkWorstNightmare()
if (item.died > deaths)
{
deaths = item.died;
options.stats.worstNightmare = item.name;
options.stats.worst_nightmare = item.name;
}
}
}