Housekeeping

- Rename cItemRec -> cItem and cItemRec::type -> cItem::weap_type
- Clear out a lot of commented code
- Remove the flag_x members in the scenario that used to store the scenario's password hash (or something like that)
This commit is contained in:
2015-01-12 00:29:55 -05:00
parent 43e4bcc048
commit 908652d168
79 changed files with 236 additions and 2399 deletions

View File

@@ -1,7 +1,7 @@
bool give_to_pc(short pc_num,cItemRec item, short print_result);
bool give_to_party(cItemRec item,short print_result);
bool give_to_pc(short pc_num,cItem item, short print_result);
bool give_to_party(cItem item,short print_result);
void give_gold(short amount,bool print_result);
bool take_gold(short amount,bool print_result);
short pc_has_space(short pc_num);