allow optional mixes again; fix openal so it can *tell* when it fails to allocate sources, rather than just copying 400 bytes of ununitialized garbage into our managed space

This commit is contained in:
Chris Forbes
2010-02-05 13:05:03 +13:00
parent 20c631a7f9
commit 3b763d00fd
5 changed files with 26 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ namespace OpenRa.FileFormats
{
public string Map = "scm12ea.ini";
public string[] Packages = {}; // filename:sha1 pairs.
public string[] Mods = { "cnc" }; // mod names
public string[] Mods = { "ra" }; // mod names
public int OrderLatency = 3;
}
}