diff Util/UnitEquipmentChoice.cs @ 10:19bdbb80999c

Closes #47 - Remove magic numbers * Replace "magic number" -1s in WinForms with WarFoundryCore.INFINITY Also: * Code cleanup to remove warnings * Code cleanup to replace space indentation with tabs
author IBBoard <dev@ibboard.co.uk>
date Tue, 19 May 2009 18:51:32 +0000
parents 755e60be28be
children 7c366fe55635
line wrap: on
line diff
--- a/Util/UnitEquipmentChoice.cs	Tue May 19 11:10:07 2009 +0000
+++ b/Util/UnitEquipmentChoice.cs	Tue May 19 18:51:32 2009 +0000
@@ -17,7 +17,7 @@
     public class UnitEquipmentChoice
     {
         private Unit unit;
-        private UnitEquipmentItem item;
+		private UnitEquipmentItem item;
 
         private static Hashtable equipObjs = new Hashtable();