Squelch almost all compile errors

This commit is contained in:
alzeih
2010-05-14 01:00:28 +12:00
parent 798c4cb2d3
commit 43ad339ffe
8 changed files with 19 additions and 18 deletions

View File

@@ -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,