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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user