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:
parent
c89b97b244
commit
8498e0ce14
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user