Renames inventory slot string key defines

This commit is contained in:
mwerezak
2015-04-23 04:57:03 -04:00
parent 1bbb19297e
commit 3acfe5960e
4 changed files with 29 additions and 28 deletions

View File

@@ -257,10 +257,11 @@
// Inventory slot strings.
// since numbers cannot be used as associative list keys.
#define slot_l_hand_key "slot_l_hand"
#define slot_r_hand_key "slot_r_hand"
#define slot_w_uniform_key "w_uniform"
#define slot_back_key "back"
#define slot_l_hand_str "slot_l_hand"
#define slot_r_hand_str "slot_r_hand"
#define slot_w_uniform_str "w_uniform"
#define slot_back_str "back"
#define slot_w_uniform_str "w_uniform"
// Bitflags for clothing parts.
#define HEAD 1