changeset 324:e09a8d9c95f6

Re #342: Game system has no stats by default * Initial minor change to make #324 tests work properly. Other parts still need testing/fixing.
author IBBoard <dev@ibboard.co.uk>
date Sat, 12 Mar 2011 20:00:13 +0000
parents 8a64b36d36b8
children e0580a009e75
files api/Objects/GameSystem.cs
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/api/Objects/GameSystem.cs	Wed Mar 09 20:59:34 2011 +0000
+++ b/api/Objects/GameSystem.cs	Sat Mar 12 20:00:13 2011 +0000
@@ -23,6 +23,7 @@
 		public GameSystem(string systemID, string systemName, IWarFoundryFactory creatingFactory) : base(systemID, systemName, creatingFactory)
 		{
 			stats = new Dictionary<string, SystemStats>();
+			defaultStats = "";
 		}
 
 		public int SystemArmyDefaultSize