summaryrefslogtreecommitdiff
path: root/src/player_class.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/player_class.hpp')
-rw-r--r--src/player_class.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/player_class.hpp b/src/player_class.hpp
index 98414158..236a3007 100644
--- a/src/player_class.hpp
+++ b/src/player_class.hpp
@@ -4,6 +4,7 @@
#include "h-basic.h"
#include "object_flag_set.hpp"
#include "player_defs.hpp"
+#include "player_race_flag_set.hpp"
#include "player_spec.hpp"
/**
@@ -55,8 +56,7 @@ struct player_class
byte max_spell_level = 0; /* Maximun spell level */
byte magic_max_spell = 0; /* Maximun numbner of spells one can learn by natural means */
- u32b flags1 = 0;
- u32b flags2 = 0;
+ player_race_flag_set flags;
s16b mana = 0;
s16b blow_num = 0;