less ../../../
git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1355 993157c7-ee19-0410-b2c4-bb4e9862e678
This commit is contained in:
@@ -8,14 +8,12 @@ namespace OpenRa.FileFormats
|
||||
{
|
||||
public class Walkability
|
||||
{
|
||||
const string src = "../../../templates.ini";
|
||||
|
||||
Dictionary<string, Dictionary<int, int>> walkability =
|
||||
new Dictionary<string, Dictionary<int, int>>();
|
||||
|
||||
public Walkability()
|
||||
{
|
||||
IniFile file = new IniFile(File.OpenRead(src));
|
||||
IniFile file = new IniFile( FileSystem.Open( "templates.ini" ) );
|
||||
Regex pattern = new Regex(@"tiletype(\d+)");
|
||||
|
||||
foreach (IniSection section in file.Sections)
|
||||
|
||||
Reference in New Issue
Block a user