1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-19 23:30:25 +00:00

fixup to bin fix

This commit is contained in:
Zeno Rogue 2021-07-31 20:29:44 +02:00
parent c89b97b244
commit 8498e0ce14

View File

@ -541,7 +541,7 @@ EX namespace bt {
}
}
~hrmap_binary() { clearfrom(origin); }
~hrmap_binary() { if(origin) clearfrom(origin); }
};
EX hrmap *new_map() { return new hrmap_binary; }