Changeset 6643 for code/branches/ppspickups1/src/orxonox
- Timestamp:
- Mar 29, 2010, 4:39:25 PM (15 years ago)
- Location:
- code/branches/ppspickups1/src/orxonox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ppspickups1/src/orxonox/interfaces/PickupCarrier.h
r6607 r6643 47 47 namespace orxonox 48 48 { 49 class Pickupable; 50 class Pickup; 51 class HealthPickup; 52 class MetaPickup; 53 class SpeedPickup; 49 54 50 55 /** -
code/branches/ppspickups1/src/orxonox/items/Engine.h
r6607 r6643 115 115 virtual const Vector3& getCarrierPosition(void); 116 116 117 /* not in protected ??*/117 /* Should not be here */ 118 118 inline void setSpeedAdd(float speedAdd) 119 119 { this->speedAdd_=speedAdd; } -
code/branches/ppspickups1/src/orxonox/items/MultiStateEngine.cc
r6417 r6643 129 129 else 130 130 this->state_ = Idle; 131 132 if (this->state_ = Idle && this->getSpeedAdd()>0) 133 this->state_ = Normal; 131 134 } 132 135
Note: See TracChangeset
for help on using the changeset viewer.