Changed: Fixed pacs_scan.cpp used by ai_build_wmap, build_packed_world_col for compilation under Linux.
This commit is contained in:
parent
3a1a95b5d1
commit
ea566f55d0
1 changed files with 4 additions and 4 deletions
|
@ -1415,10 +1415,10 @@ public:
|
|||
|
||||
static const CDirection::TDirection dirs[] =
|
||||
{
|
||||
{CDirection::W},
|
||||
{CDirection::E},
|
||||
{CDirection::S},
|
||||
{CDirection::N}
|
||||
CDirection::W,
|
||||
CDirection::E,
|
||||
CDirection::S,
|
||||
CDirection::N
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue