Squelch almost all compile errors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#region Copyright & License Information
|
||||
#region Copyright & License Information
|
||||
/*
|
||||
* Copyright 2007,2009,2010 Chris Forbes, Robert Pepperell, Matthew Bowra-Dean, Paul Chote, Alli Witheford.
|
||||
* This file is part of OpenRA.
|
||||
@@ -40,7 +40,7 @@ namespace OpenRA.Traits
|
||||
|
||||
muzzleFlash = new Animation(render.GetImage(self), () => unit.Facing);
|
||||
muzzleFlash.Play("muzzle");
|
||||
var len = muzzleFlash.CurrentSequence.Length;
|
||||
//var len = muzzleFlash.CurrentSequence.Length;
|
||||
|
||||
render.anims.Add("muzzle", new RenderSimple.AnimationWithOffset(
|
||||
muzzleFlash,
|
||||
|
||||
Reference in New Issue
Block a user