mirror of
https://github.com/edubart/otclient.git
synced 2025-12-22 16:27:10 +01:00
New lightweight minimap format, finish #15
This commit is contained in:
@@ -363,11 +363,10 @@ namespace Otc
|
||||
};
|
||||
|
||||
enum PathFindFlags {
|
||||
PathFindAllowNullTiles = 1,
|
||||
PathFindAllowNotSeenTiles = 1,
|
||||
PathFindAllowCreatures = 2,
|
||||
PathFindAllowNonPathable = 4,
|
||||
PathFindAllowNonWalkable = 8,
|
||||
PathFindAllowChangeFloor = 16
|
||||
PathFindAllowNonWalkable = 8
|
||||
};
|
||||
|
||||
enum AutomapFlags
|
||||
|
||||
Reference in New Issue
Block a user