Merge branch 'master' of git://github.com/chrisforbes/OpenRA

This commit is contained in:
Alli
2010-02-04 21:01:31 +13:00

View File

@@ -141,7 +141,7 @@ namespace OpenRa.FileFormats
void ReadTrees( IniFile file )
{
IniSection terrain = file.GetSection( "TERRAIN" );
IniSection terrain = file.GetSection( "TERRAIN", true );
if( terrain == null )
return;