Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2008, 1:40:11 PM (16 years ago)
Author:
scheusso
Message:

copied old keybindings to new def_keybindings and made some changes in synchronisable (now set the classid in create)

File:
1 edited

Legend:

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

    r1360 r1418  
    6363
    6464        this->destroyTimer_.setTimer(this->lifetime_, false, this, createExecutor(createFunctor(&Projectile::destroyObject)));
    65         this->classID = this->getIdentifier()->getNetworkID(); // TODO: remove this hack
    6665//        COUT(3) << this->classID << std::endl;
    6766    }
Note: See TracChangeset for help on using the changeset viewer.