add unknown enemy type 0118

This commit is contained in:
Martin Michelsen
2023-12-08 09:51:57 -08:00
parent e901f5e681
commit bf17ec0943
2 changed files with 3 additions and 3 deletions
-1
View File
@@ -39,7 +39,6 @@ ItemCreator::ItemCreator(
restrictions(restrictions),
random_crypt(random_seed) {
this->generate_unit_stars_tables();
this->pt->print_enemy_table(stderr);
}
void ItemCreator::set_random_state(uint32_t seed, uint32_t absolute_offset) {