Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2008, 6:45:02 PM (16 years ago)
Author:
landauf
Message:

fixed tcl initialisation bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/objects/Projectile.h

    r1425 r1454  
    3535#include "../tools/BillboardSet.h"
    3636#include "../tools/Timer.h"
     37#include "util/Math.h"
    3738
    3839namespace orxonox
     
    4748            virtual void tick(float dt);
    4849            virtual bool create(){return WorldEntity::create();}
     50            void setColour(const ColourValue& colour);
    4951
    5052        private:
    5153            SpaceShip* owner_;
    5254            BillboardSet billboard_;
    53             float speed_;
     55            static float speed_;
    5456            float lifetime_;
    5557            Timer<Projectile> destroyTimer_;
Note: See TracChangeset for help on using the changeset viewer.