Changeset 7116 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Feb 8, 2006, 9:39:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.h
r7101 r7116 46 46 virtual int readBytes(byte* data, int maxLength, int * reciever); 47 47 48 49 //HACK HACK HACK make this private or remove it 48 //HACK HACK HACK HACK make this private or remove it 50 49 void doCollideNetwork( float energy ); 50 std::list<float> networkCollisionList; 51 51 52 52 private: … … 54 54 55 55 void calculateVelocity(float time); 56 57 58 56 59 57 bool bUp; //!< up button pressed. … … 91 89 ParticleEmitter* burstEmitter; 92 90 ParticleSystem* burstSystem; 93 94 std::list<float> networkCollisionList;95 91 }; 96 92
Note: See TracChangeset
for help on using the changeset viewer.