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