Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7116 in orxonox.OLD for trunk/src/world_entities/space_ships


Ignore:
Timestamp:
Feb 8, 2006, 9:39:53 AM (18 years ago)
Author:
rennerc
Message:

terrain collision hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/space_ship.h

    r7101 r7116  
    4646    virtual int       readBytes(byte* data, int maxLength, int * reciever);
    4747
    48 
    49     //HACK HACK HACK make this private or remove it
     48    //HACK HACK HACK HACK make this private or remove it
    5049    void doCollideNetwork( float energy );
     50    std::list<float>        networkCollisionList;
    5151
    5252  private:
     
    5454
    5555    void calculateVelocity(float time);
    56 
    57 
    5856
    5957    bool                  bUp;                //!< up button pressed.
     
    9189    ParticleEmitter*      burstEmitter;
    9290    ParticleSystem*       burstSystem;
    93 
    94     std::list<float>        networkCollisionList;
    9591};
    9692
Note: See TracChangeset for help on using the changeset viewer.