Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2006, 9:56:51 PM (19 years ago)
Author:
nicolasc
Message:

hbolt rotates

File:
1 edited

Legend:

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

    r10001 r10003  
    3131
    3232    virtual void tick (float dt);
    33     virtual void draw (); //const;
     33    virtual void draw () const;
    3434
    3535    virtual void updateAngle(float time);
     
    4545    float                             angle;
    4646    float                             rotationSpeed;
    47     Vector                            axis;
    4847
    4948    WorldEntity* hitEntity; // FIXME TEMPORARY
Note: See TracChangeset for help on using the changeset viewer.