Move per-PC combat data into cPlayer class

This commit is contained in:
2014-12-12 20:32:40 -05:00
parent a198c232bb
commit 1fbf8939b2
15 changed files with 199 additions and 209 deletions

View File

@@ -47,6 +47,8 @@ public:
short ap;
// transient stuff
std::map<eSkill,short> last_cast;
location combat_pos;
short marked_damage, dir, parry, last_attacked;
cPlayer& operator = (legacy::pc_record_type old);
cPlayer();