- Timestamp:
- Jul 17, 2009, 11:53:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/pickup/PickupCollection.cc
r3280 r3300 86 86 bool PickupCollection::checkSlot(BaseItem* item) 87 87 { 88 return ( (int)this->items_.count(item->getPickupIdentifier()) < item->getMaxCarryAmount());88 return (static_cast<int>(this->items_.count(item->getPickupIdentifier())) < item->getMaxCarryAmount()); 89 89 } 90 90 /**
Note: See TracChangeset
for help on using the changeset viewer.