- Timestamp:
- Dec 17, 2008, 10:51:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/objects/pickup/ShipEquipment.cc
r2500 r2503 1 #include "OrxonoxStableHeaders.h" 1 2 #include "BaseItem.h" 2 3 #include "ShipEquipment.h" … … 27 28 COUT(3) << "SWAP?" << endl; 28 29 //Abfrage- irgendne ifschleife... 29 if((checkSlot(item)->dropped(player))==true) ;30 if((checkSlot(item)->dropped(player))==true) 30 31 { 31 32 Equipment.insert ( std::pair<std::string, BaseItem*>(item->getName(),item) );
Note: See TracChangeset
for help on using the changeset viewer.