changeset 10:395f2bf0549e

Re #17 - Complete core Rollcall loading * Resolve warning about deprecated constructor
author IBBoard <dev@ibboard.co.uk>
date Thu, 09 Apr 2009 15:25:31 +0000
parents 5f0259e69a7f
children 9d0d40324494
files RollcallRaceParser.cs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/RollcallRaceParser.cs	Sun Mar 15 16:08:43 2009 +0000
+++ b/RollcallRaceParser.cs	Thu Apr 09 15:25:31 2009 +0000
@@ -35,7 +35,7 @@
 			}
 			
 			LogNotifier.Debug(typeof(RollcallRaceParser), "Loading Rollcall race ID "+id);
-			Race race = new Race(id, name, RollcallFactory.GetFactory().RollcallSystem.ID, RollcallFactory.GetFactory());
+			Race race = new Race(id, name, RollcallFactory.GetFactory().RollcallSystem, RollcallFactory.GetFactory());
 			race.GameSystem = RollcallFactory.GetFactory().RollcallSystem;
 			return race;
 		}