refine Episode3::MapDefinition

This commit is contained in:
Martin Michelsen
2024-09-05 23:28:40 -07:00
parent 302de15c75
commit 3d2b5ebb79
4 changed files with 105 additions and 69 deletions
-13
View File
@@ -99,17 +99,4 @@ MapAndRulesStateTrial::operator MapAndRulesState() const {
return ret;
}
OverlayState::OverlayState() {
this->clear();
}
void OverlayState::clear() {
for (size_t y = 0; y < this->tiles.size(); y++) {
this->tiles[y].clear(0);
}
this->unused1.clear(0);
this->unused2.clear(0);
this->trap_card_ids_nte.clear(0);
}
} // namespace Episode3