document 6xB4x4B command

This commit is contained in:
Martin Michelsen
2022-12-03 11:03:30 -08:00
parent c314cb7cec
commit 421f27d63c
3 changed files with 25 additions and 11 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ void DeckEntry::clear() {
this->team_id = 0xFFFFFFFF;
this->god_whim_flag = 3;
this->unused1 = 0;
this->unused2 = 0;
this->unused3 = 0;
this->player_level = 0;
this->unused2.clear(0);
this->card_ids.clear(0xFFFF);
}