killed homebrew AL interop; using Tao.OpenAL now instead

This commit is contained in:
Chris Forbes
2010-02-16 23:41:31 +13:00
parent a72d19e754
commit bb1e9e09f2
4 changed files with 40 additions and 29 deletions

View File

@@ -124,6 +124,7 @@ namespace OpenRa
Sound.Initialize();
PerfHistory.items["render"].hasNormalTick = false;
PerfHistory.items["batches"].hasNormalTick = false;
PerfHistory.items["text"].hasNormalTick = false;
Game.controller = controller;
ChangeMap(mapName);
@@ -193,6 +194,7 @@ namespace OpenRa
PerfHistory.items["render"].Tick();
PerfHistory.items["batches"].Tick();
PerfHistory.items["text"].Tick();
}
public static void SyncLobbyInfo(string data)