Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 30, 2006, 1:05:44 PM (18 years ago)
Author:
bensch
Message:

orxonox/proxy: some nicer fading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/world_entities/weapons/aim.cc

    r9612 r9617  
    119119        printf("found target::: %d %s::%s\n", (*entity)->getOMListNumber(), (*entity)->getClassCName(), (*entity)->getCName());
    120120        this->anim->replay();
    121         this->setParent/*Soft*/(*entity/*, 5 */);
     121        this->setParentSoft(*entity, 5);
    122122        return;
    123123      }
Note: See TracChangeset for help on using the changeset viewer.