summaryrefslogtreecommitdiff
path: root/src/dungeon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dungeon.cc')
-rw-r--r--src/dungeon.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dungeon.cc b/src/dungeon.cc
index 62eaf211..9aaf77ed 100644
--- a/src/dungeon.cc
+++ b/src/dungeon.cc
@@ -5122,6 +5122,9 @@ void play_game(bool_ new_game)
bool_ cheat_death = FALSE;
+ /* Initialize player */
+ p_ptr = new player_type();
+
/* Hack -- Character is "icky" */
character_icky = TRUE;