Home
last modified time | relevance | path

Searched refs:isUsingJumpDrive (Results 1 – 2 of 2) sorted by relevance

/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DShip.h543 bool isUsingJumpDrive = false; variable
H A DShip.cpp1504 if(isUsingJumpDrive && !forget) in Move()
1544 …double extraArrivalDistance = isUsingJumpDrive ? currentSystem->ExtraJumpArrivalDistance() : curre… in Move()
1562 if(isUsingJumpDrive) in Move()
1579 if(!isUsingJumpDrive) in Move()
1687isUsingJumpDrive = !attributes.Get("hyperdrive") || !currentSystem->Links().count(hyperspaceSystem… in Move()
2489 return (hyperspaceSystem || hyperspaceCount) && isUsingJumpDrive; in IsUsingJumpDrive()