Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2005, 1:16:13 AM (20 years ago)
Author:
rennerc
Message:

commit code which crashes my system so bensch can test it

File:
1 edited

Legend:

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

    r6277 r6291  
    7272  /** @returns a Reference to the Iterator */
    7373  std::list<WorldEntity*>::iterator& getEntityIterator() { return this->objectListIterator; }
     74
     75  virtual void      writeState(const byte* data, int length, int sender);
     76  virtual int       readState(byte* data, int maxLength );
    7477 protected:
    7578  //  CharacterAttributes*    charAttr;         //!< the character attributes of a world_entity
    76    char                   modelFileName[1024];  //!< the filename of the loaded model
     79
    7780
    7881 private:
     
    8588  OM_LIST                           objectListNumber;   //!< The ObjectList from ObjectManager this Entity is in.
    8689  std::list<WorldEntity*>::iterator objectListIterator; //!< The iterator position of this Entity in the given list of the ObjectManager.
     90  char*                   modelFileName;
     91  int                     modelNumber;
     92  float                   modelScaling;
    8793
    8894
Note: See TracChangeset for help on using the changeset viewer.