Updated config management

Updated install

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
Gregory PLANCHAT 2011-12-14 23:45:09 +01:00
commit fcd1f5b740
58 changed files with 1579 additions and 1695 deletions

View file

@ -76,7 +76,7 @@ includeLang('fleet');
}
$distance = GetTargetDistance ( $planetrow['galaxy'], $Galaxy, $planetrow['system'], $System, $planetrow['planet'], $Planet );
$SpeedFactor = $gameConfig['fleet_speed'] / 2500;
$SpeedFactor = Wootook::getGameConfig('game/speed/fleet') / 2500;
$GenFleetSpeed = 10; // a 100%
$duration = GetMissionDuration ( $GenFleetSpeed, $RecyclerSpeed, $distance, $SpeedFactor );