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/world_entity.h

    r8939 r8941  
    9595
    9696  /** @returns true if this entity is standing on ground (BSP model) */
    97   bool isOnGround() const { return this->isOnGround(); }
     97  bool isOnGround() const { return this->bOnGround; }
    9898  /** @param flag: marks if this entity is standing on ground */
    9999  void setOnGround(bool flag) { this->bOnGround = flag; }
Note: See TracChangeset for help on using the changeset viewer.