Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2007, 4:26:02 PM (16 years ago)
Author:
nicolasc
Message:
  • added FIXME-tags - should be selfexplanatory
File:
1 edited

Legend:

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

    r646 r660  
    5050                if (this->getPosition().squaredDistance(it->getPosition()) <= (radius*radius))
    5151                {
    52                     Explosion* eplosion = new Explosion(this);
     52                    Explosion* explosion = new Explosion(this);
    5353                    delete this;
    5454                    return;
Note: See TracChangeset for help on using the changeset viewer.