Changeset 206 for trunk/src/game/Map.h

Show
Ignore:
Timestamp:
11/19/08 13:46:16 (17 years ago)
Author:
yumileroy
Message:

[svn] * Switch from hashmap to unordered map. - cleanup source - mangos. Help - Aokromes

Original author: KingPin?
Date: 2008-11-10 06:53:00-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Map.h

    r174 r206  
    119119#endif 
    120120 
    121 typedef HM_NAMESPACE::hash_map<Creature*, CreatureMover> CreatureMoveList; 
     121typedef UNORDERED_MAP<Creature*, CreatureMover> CreatureMoveList; 
    122122 
    123123#define MAX_HEIGHT            100000.0f                     // can be use for find ground height at surface