adds an object to the inventory (marked by it's objhandle)
| 245 | |
| 246 | // adds an object to the inventory (marked by it's objhandle) |
| 247 | bool dInven_AddObject(Inventory *inven, int object_handle, int flags, char *description) { |
| 248 | return inven->AddObject(object_handle, flags, description); |
| 249 | } |
| 250 | |
| 251 | // adds a special cased CounterMeasure into the inventory |
| 252 | bool dInven_AddCounterMeasure(Inventory *inven, int id, int aux_type, int aux_id, int flags, char *description) { |