Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2006, 9:48:31 PM (17 years ago)
Author:
nicolasc
Message:

smoother drawing, or not

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/projectiles/swarm_projectile.h

    r10081 r10087  
    4848    Vector                            correctionVector;
    4949
     50    Vector                            curDir;
     51    Vector                            lastDir;
     52
    5053    WorldEntity* hitEntity; // FIXME TEMPORARY
    5154
     
    5356
    5457    // spinning missle
    55     void updateAngle(float time);
    5658    float                             rotationSpeed;
    5759    float                             angle;
Note: See TracChangeset for help on using the changeset viewer.