1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-07 17:23:00 +00:00

memory clearing in inverse

This commit is contained in:
Zeno Rogue
2020-07-13 00:54:12 +02:00
parent 224a02d086
commit 9da8dac45b
2 changed files with 8 additions and 0 deletions

View File

@@ -342,6 +342,7 @@ EX void clearcell(cell *c) {
}
DEBB(DF_MEMORY, (format("DEL %p\n", hr::voidp(c))));
destroy_cell(c);
gp::delete_mapped(c);
}
EX heptagon deletion_marker;