Kill crufty makefile warnings
This commit is contained in:
@@ -67,8 +67,6 @@ namespace OpenRA.Mods.RA.Activities
|
||||
|
||||
public IActivity Tick( Actor self )
|
||||
{
|
||||
var mobile = self.traits.Get<Mobile>();
|
||||
|
||||
if( NextActivity != null )
|
||||
return NextActivity;
|
||||
|
||||
|
||||
@@ -32,11 +32,7 @@ namespace OpenRA.Mods.RA
|
||||
|
||||
class C4Demolition : IIssueOrder, IResolveOrder
|
||||
{
|
||||
Actor self;
|
||||
public C4Demolition(Actor self)
|
||||
{
|
||||
this.self = self;
|
||||
}
|
||||
public C4Demolition(Actor self) {}
|
||||
|
||||
public Order IssueOrder(Actor self, int2 xy, MouseInput mi, Actor underCursor)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user