Skip to content

Commit

Permalink
Merge pull request #37574 from Kromgart/fix-createWorld-window
Browse files Browse the repository at this point in the history
Fix aborting from the "Create World" window
  • Loading branch information
ZhilkinSerg committed Jan 31, 2020
2 parents 7a0ad59 + b8e5c5b commit 3b65e32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/worldfactory.cpp
Expand Up @@ -163,6 +163,7 @@ WORLDPTR worldfactory::make_new_world( bool show_prompt, const std::string &worl
}
}
if( curtab < 0 ) {
catacurses::clear();
catacurses::refresh();
return nullptr;
}
Expand Down

0 comments on commit 3b65e32

Please sign in to comment.