Fix several more warnings

- As a side-effect, weapons with key skills other than the conventional three (edged, bashing, pole) are now fully supported (though the scenario editor UI doesn't yet support them)
This commit is contained in:
2015-01-11 16:43:23 -05:00
parent 148fa56a14
commit 43e4bcc048
17 changed files with 20 additions and 74 deletions

View File

@@ -1013,7 +1013,7 @@ bool pc_gworld_loaded = false;
// Returns true is a theft committed
//pc_num; // < 6 - this pc only 6 - any pc
//short mode; // 0 - adjacent 1 - all in sight
bool display_item(location from_loc,short pc_num,short mode, bool check_container) {
bool display_item(location from_loc,short /*pc_num*/,short mode, bool check_container) {
// short item_array[130];
std::vector<cItemRec*> item_array;
short i;