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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user