|
@@ -431,6 +431,13 @@ void MoveDispatch::activate(void) {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
+ /*
|
|
|
+ 1 = Issue "I"
|
|
|
+ 2 = Density Scan
|
|
|
+ 3 = Move
|
|
|
+ 4 = Autopilot
|
|
|
+ 5 = Density Scan
|
|
|
+ */
|
|
|
// Start with density scan -- unless express
|
|
|
warp_lane.clear();
|
|
|
warp_pos = 0;
|
|
@@ -712,15 +719,8 @@ void TraderDispatch::activate(void) {
|
|
|
}
|
|
|
|
|
|
/*
|
|
|
- auto ttr = director.galaxy.trade_type_info(port0_type, port1_type);
|
|
|
- trades = ttr.trades;
|
|
|
- */
|
|
|
-
|
|
|
- /*
|
|
|
- if (trades.foe[0] && trades.foe[1] && trades.foe[2]) {
|
|
|
- // it has all three -- use the last 2.
|
|
|
- trades.foe[0] = false;
|
|
|
- }
|
|
|
+ 1 = Info
|
|
|
+
|
|
|
*/
|
|
|
|
|
|
// Ok, what do we do first here?
|