fix overworld colors drawing

This commit is contained in:
scawful
2022-09-11 14:23:58 -05:00
parent 0896f51c39
commit 9b4f8fd716
4 changed files with 28 additions and 20 deletions

View File

@@ -194,9 +194,10 @@ void Overworld::FetchLargeMaps() {
overworld_maps_[136].SetLargeMap(false);
bool mapChecked[64];
for (auto &each : mapChecked) {
each = false;
}
for (int i = 0; i < 64; i++)
{
mapChecked[i] = false;
}
int xx = 0;
int yy = 0;
while (true) {