Strictify trait enum

This commit is contained in:
2014-12-12 13:30:56 -05:00
parent f331d3d6db
commit db2a7aa99b
15 changed files with 120 additions and 104 deletions

View File

@@ -40,7 +40,7 @@ public:
pic_num_t which_graphic;
short weap_poisoned;
//bool advan[15];
bool traits[15];
std::map<eTrait,bool> traits;
eRace race;
//short exp_adj;
short direction;