mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
fixed a crash bug when enabling an irregular tiling multiple times
This commit is contained in:
parent
d9dc6a43df
commit
31b75bd2bd
@ -872,6 +872,8 @@ bool load_map(const string &fname) {
|
||||
}
|
||||
|
||||
void cancel_map_creation() {
|
||||
base = NULL;
|
||||
runlevel = 0;
|
||||
popScreen();
|
||||
gridmaking = false;
|
||||
stop_game();
|
||||
|
Loading…
Reference in New Issue
Block a user