Move info system along route when jumping

This commit is contained in:
Kevin Anthoney 2016-04-18 19:55:09 +01:00
parent d116d782bc
commit a58715c311

View File

@ -7257,6 +7257,10 @@ NSComparisonResult marketSorterByMassUnit(id a, id b, void *market);
if (![self witchJumpChecklist:false]) return;
OOSystemID jumpTarget = [self nextHopTargetSystemID];
if (info_system_id == system_id)
{
info_system_id = jumpTarget;
}
// perform any check here for forced witchspace encounters
unsigned malfunc_chance = 253;