renamed Actor.unitInfo to "Info"; other minor changes
This commit is contained in:
@@ -40,7 +40,7 @@ namespace OpenRa.Game
|
||||
{
|
||||
if (voicedUnit == null) return;
|
||||
|
||||
var mi = voicedUnit.unitInfo as MobileInfo;
|
||||
var mi = voicedUnit.Info as MobileInfo;
|
||||
if (mi == null) return;
|
||||
|
||||
var vi = Rules.VoiceInfo[mi.Voice];
|
||||
|
||||
Reference in New Issue
Block a user