Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 30, 2006, 2:55:49 AM (18 years ago)
Author:
patrick
Message:

isOnGround bug found and repair station workd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/single_player_map/src/world_entities/npcs/repair_station.h

    r8931 r8941  
    2121  REPAIR_CYCLE08,
    2222
    23   DOOR_MAX_ANIMATIONS
     23  REPAIR_MAX_ANIMATIONS
    2424};
    2525
     
    3737    void setScale(float scale) { this->scale = scale; }
    3838
     39    void activate();
     40    void deactivate();
     41    void toggleRotation();
     42
    3943    virtual void tick (float time);
    4044
     
    4953    static sAnim   animationList[8];  //!< list of the animations
    5054
     55    int            animationCurrent;  //!< number of the current animation
     56    int            animationStep;     //!< the incrementation step of the animation
    5157
    5258};
Note: See TracChangeset for help on using the changeset viewer.