Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 24, 2005, 3:27:23 PM (20 years ago)
Author:
rennerc
Message:

terrain loads now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/world_entities/world_entity.h

    r6142 r6277  
    7474 protected:
    7575  //  CharacterAttributes*    charAttr;         //!< the character attributes of a world_entity
     76   char                   modelFileName[1024];  //!< the filename of the loaded model
    7677
    7778 private:
     
    8586  std::list<WorldEntity*>::iterator objectListIterator; //!< The iterator position of this Entity in the given list of the ObjectManager.
    8687
     88
    8789};
    8890
Note: See TracChangeset for help on using the changeset viewer.