Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 27, 2006, 4:29:19 PM (18 years ago)
Author:
rennerc
Message:

WorldEntity: list is synced now

File:
1 edited

Legend:

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

    r8777 r8832  
    184184  std::string             modelFileName;                   //!< model's file name
    185185  int                     modelFileName_handle;            //!< handle for syncing var
     186 
     187  int                     list_write;                      //!< entity's list
     188  int                     list_handle;                     //!< handle for list changes
    186189
    187190  CollisionHandle*        collisionHandles[CREngine::CR_NUMBER];  //!< the list of the collision reactions
Note: See TracChangeset for help on using the changeset viewer.