Skip to content

Commit

Permalink
Travel line state progression adjusted slightly
Browse files Browse the repository at this point in the history
starts in last value(IE do not draw, do not update) now.
  • Loading branch information
NathanH- committed Jan 5, 2014
1 parent 5f64d73 commit e8a5403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pulsar4X/Pulsar4X.Lib/Entities/TaskGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public TaskGroupTN(string Title, Faction FID, OrbitingEntity StartingBody, StarS
Contact.LastYSystem = Contact.YSystem;
Contact.CurrentSystem = StartingSystem;
StartingSystem.AddContact(Contact);
DrawTravelLine = 2;
DrawTravelLine = 3;

m_dMass = 0.0;

Expand Down

0 comments on commit e8a5403

Please sign in to comment.