shmup:: replaced monsters_at with content lists

This commit is contained in:
Zeno Rogue
2026-04-16 19:11:17 +02:00
parent 72c89959e5
commit 4c2d53251f
6 changed files with 104 additions and 127 deletions
+1
View File
@@ -249,6 +249,7 @@ EX int dirdiff(int dd, int t) {
EX int cellcount = 0;
EX void destroy_cell(cell *c) {
while(c->contents) c->contents->unlist_and_unref();
tailored_delete(c);
cellcount--;
}