diff options
author | Bardur Arantsson <bardur@scientician.net> | 2016-09-17 09:58:15 +0200 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2016-09-17 09:58:15 +0200 |
commit | b85a1f777946af3ba763942ee78a7a4bce2afdb0 (patch) | |
tree | f4b41468e525dcf78e9d7ed0df56cf344c87ad36 /src/variable.cc | |
parent | 8bf363159104aa0c87d8021e731022c41df8037f (diff) |
Move player_hp[] into Game
Diffstat (limited to 'src/variable.cc')
-rw-r--r-- | src/variable.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/variable.cc b/src/variable.cc index 553c1dd2..941bc9a0 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -438,14 +438,6 @@ player_spec *spp_ptr; /* - * Calculated base hp values for player at each level, - * store them so that drain life + restore life does not - * affect hit points. Also prevents shameless use of backup - * savefiles for hitpoint acquirement. - */ -s16b player_hp[PY_MAX_LEVEL]; - -/* * The vault generation arrays */ vault_type *v_info; |