Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 23, 2011, 3:09:07 PM (13 years ago)
Author:
simonmie
Message:

some comments in test-Weaponsettings made

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gameimmersion/src/modules/weapons/projectiles/SimpleRocket.cc

    r8533 r8538  
    159159    {
    160160        this->owner_ = owner;
    161         this->player_ = this->owner_->getPlayer();
     161        this->player_ = this->getOwner()->getPlayer();
    162162    }
    163163
     
    167167    bool SimpleRocket::collidesAgainst(WorldEntity* otherObject, btManifoldPoint& contactPoint)
    168168    {
    169         return BasicProjectile::basicCollidesAgainst(otherObject,contactPoint,this->owner_,this);
     169        return BasicProjectile::basicCollidesAgainst(otherObject,contactPoint,this->getOwner(),this);
    170170/*        if (!this->bDestroy_ && GameMode::isMaster())
    171171        {
Note: See TracChangeset for help on using the changeset viewer.