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/SpaceShip.cc

    r647 r660  
    347347        if (this->bLMousePressed_ && this->timeToReload_ <= 0)
    348348        {
     349            // FIXME, unused var; try recycling of projectiles
    349350            Projectile* proj = new Projectile(this);
    350351            this->timeToReload_ = this->reloadTime_;
Note: See TracChangeset for help on using the changeset viewer.