Changed: Fixed pacs_scan.cpp used by ai_build_wmap, build_packed_world_col for compilation under Linux.

This commit is contained in:
mattraykowski 2010-09-16 07:41:45 -05:00
parent 3a1a95b5d1
commit ea566f55d0

View file

@ -1415,10 +1415,10 @@ public:
static const CDirection::TDirection dirs[] = static const CDirection::TDirection dirs[] =
{ {
{CDirection::W}, CDirection::W,
{CDirection::E}, CDirection::E,
{CDirection::S}, CDirection::S,
{CDirection::N} CDirection::N
}; };