# HG changeset patch # User peter1138 # Date 1203604236 0 # Node ID 01b74528e7f6ca7f25b62b55eac9b286196a62e2 # Parent fc7590c9657cdbc1adb2d4ac8edb5a07ee0383d7 (svn r12207) -Change: rail running costs are engine class, not rail type diff -r fc7590c9657c -r 01b74528e7f6 src/economy.cpp --- a/src/economy.cpp Wed Feb 20 21:08:27 2008 +0000 +++ b/src/economy.cpp Thu Feb 21 14:30:36 2008 +0000 @@ -846,9 +846,9 @@ 55, ///< remove_dock 1600, ///< remove_house 40, ///< remove_road - 5600, ///< running_rail[0] railroad - 5200, ///< running_rail[1] monorail - 4800, ///< running_rail[2] maglev + 5600, ///< running_rail[0] steam + 5200, ///< running_rail[1] diesel + 4800, ///< running_rail[2] electric 9600, ///< aircraft_running 1600, ///< roadveh_running 5600, ///< ship_running