summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/variable.cc b/src/variable.cc
index c2fe5de5..65775bef 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -461,14 +461,9 @@ char *keymap_act[KEYMAP_MODES][256];
/*** Player information ***/
/*
- * Static player info record
- */
-player_type p_body;
-
-/*
* Pointer to the player info
*/
-player_type *p_ptr = &p_body;
+player_type *p_ptr = nullptr;
/*
* Pointer to the player tables