Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 3, 2007, 10:17:15 PM (17 years ago)
Author:
nicolasc
Message:

some modularisaztion hacking
hardlinked armor to WE Health

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/vs-enhencements/src/world_entities/world_entity.h

    r10540 r10669  
    199199
    200200
    201   protected:
    202       std::vector<MountPoint*> mountPoints;       //!< A list with mount points for this model
    203       std::map<int, MountPoint*> mountPointMap;
     201protected:
     202  std::vector<MountPoint*> mountPoints;       //!< A list with mount points for this model
     203  std::map<int, MountPoint*> mountPointMap;
    204204
    205205
Note: See TracChangeset for help on using the changeset viewer.