summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dungeon.c')
-rw-r--r--src/dungeon.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/dungeon.c b/src/dungeon.c
index 6d732f00..9b384dce 100644
--- a/src/dungeon.c
+++ b/src/dungeon.c
@@ -5296,22 +5296,6 @@ void play_game(bool_ new_game)
/* Roll new character */
if (new_game)
{
- s32b ret;
-
- /* Are we authorized to create new chars? */
- call_lua("get_module_info", "(s)", "d", "allow_birth", &ret);
-
- if (!ret)
- {
- msg_box("Sorry, this module does not allow character creation.", -1, -1);
-
- /* Close stuff */
- close_game();
-
- /* Quit */
- quit(NULL);
- }
-
process_hooks(HOOK_INIT, "()");
/* The dungeon is not ready */