mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-20 07:14:07 +00:00
fixup to last
This commit is contained in:
parent
1a74241cd9
commit
159ed86045
@ -306,7 +306,7 @@ EX void unify(twalker pw1, twalker pw2) {
|
|||||||
|
|
||||||
EX vector<tcell*> t_origin;
|
EX vector<tcell*> t_origin;
|
||||||
|
|
||||||
void delete_tmap() {
|
EX void delete_tmap() {
|
||||||
while(first_tcell) {
|
while(first_tcell) {
|
||||||
auto second = first_tcell->next;
|
auto second = first_tcell->next;
|
||||||
tailored_delete(first_tcell);
|
tailored_delete(first_tcell);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user