fixed parallel arrays in PathFinder

git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1308 993157c7-ee19-0410-b2c4-bb4e9862e678
This commit is contained in:
(no author)
2007-07-18 20:52:19 +00:00
parent b624a82567
commit 5f8d9557a4
2 changed files with 28 additions and 20 deletions

View File

@@ -44,6 +44,7 @@ namespace OpenRa.FileFormats
Height = int.Parse(map.GetValue("Height", "0"));
UnpackTileData( ReadPackedSection( file.GetSection( "MapPack" ) ) );
UnpackOverlayData( ReadPackedSection( file.GetSection( "OverlayPack" ) ) );
ReadTrees(file);
}