fixed segmentation fault when sorting enemies

This commit is contained in:
2024-07-15 10:10:53 -04:00
parent 93f68e3969
commit be00e2ec0f
6 changed files with 21 additions and 11 deletions

View File

@ -52,6 +52,7 @@ public:
private:
void new_level();
character *move_enemies();
enemy_list sort_enemies(const enemy_list &elist);
};
#endif