mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +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;
|
||||
|
||||
void delete_tmap() {
|
||||
EX void delete_tmap() {
|
||||
while(first_tcell) {
|
||||
auto second = first_tcell->next;
|
||||
tailored_delete(first_tcell);
|
||||
|
Loading…
Reference in New Issue
Block a user