fixed #2166 - filtering of passengers to show with RenderCargo

This commit is contained in:
Chris Forbes
2012-07-01 18:22:19 +12:00
parent d0548d6766
commit c2029e9d5c
2 changed files with 8 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ namespace OpenRA.Mods.RA
public class Passenger : IIssueOrder, IResolveOrder, IOrderVoice
{
readonly PassengerInfo info;
public readonly PassengerInfo info;
public Passenger( PassengerInfo info ) { this.info = info; }
public IEnumerable<IOrderTargeter> Orders