Mercurial > repos > IBBoard.WarFoundry.Plugin.Rollcall
diff RollcallRaceParser.cs @ 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 | 35bc86f8c283 |
children | 9d0d40324494 |
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; }