fix: achievements crashes
This commit is contained in:
@@ -527,8 +527,8 @@ void Stats::buildAdditionalStats()
|
||||
generalStat->postConstruct();
|
||||
}
|
||||
|
||||
biomesVisisted = StatArray(23);
|
||||
for (unsigned int i = 0; i < 23; i++)
|
||||
biomesVisisted = StatArray(170);
|
||||
for (unsigned int i = 0; i < 170; i++)
|
||||
{
|
||||
generalStat = new GeneralStat(offset++, L"biomesVisited." + std::to_wstring(i));
|
||||
generalStats->push_back(generalStat);
|
||||
|
||||
Reference in New Issue
Block a user