Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 29, 2008, 11:38:07 AM (17 years ago)
Author:
scheusso
Message:

rotatingprojectiles are now synchronisable 'cough cough' @x3n ;)

Location:
code/branches/network/src/orxonox/objects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/objects/RotatingProjectile.cc

    r1480 r1482  
    4343        this->time_ = 0;
    4444
    45         if (this->owner_)
     45        if (/*this->owner_*/true)
    4646        {
    4747            this->rotatingBillboard1_.setBillboardSet("Examples/Flare", ColourValue(1.0, 0.0, 0.0), 1);
  • code/branches/network/src/orxonox/objects/RotatingProjectile.h

    r1479 r1482  
    88namespace orxonox
    99{
    10     class _OrxonoxExport RotatingProjectile : public Projectile
     10    class _OrxonoxExport RotatingProjectile : public Projectile/*, public network::Synchronisable*/
    1111    {
    1212        public:
     
    1515            void setConfigValues();
    1616            virtual void tick(float dt);
     17            virtual bool create(){return Projectile::create();}
    1718
    1819        private:
Note: See TracChangeset for help on using the changeset viewer.