From a44741c83773989430f5e3ac4a8a83c93b1341ff Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 5 Oct 2013 22:15:20 -0700 Subject: Enumify sex It's amazing some of this code ever worked ... --- src/map/itemdb.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/itemdb.hpp') diff --git a/src/map/itemdb.hpp b/src/map/itemdb.hpp index 7e5aa34..a08777e 100644 --- a/src/map/itemdb.hpp +++ b/src/map/itemdb.hpp @@ -13,7 +13,7 @@ struct item_data int value_buy; int value_sell; ItemType type; - int sex; + SEX sex; EPOS equip; int weight; int atk; -- cgit v1.2.3-70-g09d2