summaryrefslogtreecommitdiff
path: root/src/rail.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2010-03-03 18:58:32 +0000
committerpeter1138 <peter1138@openttd.org>2010-03-03 18:58:32 +0000
commitc3d3e7d3831f288120d3bc90d7dba6add01b1e7c (patch)
tree51ea4ed13c3dc21dcdb6a01c448a910c736b1456 /src/rail.h
parent4963296f03dc6948ee25aedaae65c53bb6341cb2 (diff)
downloadopenttd-c3d3e7d3831f288120d3bc90d7dba6add01b1e7c.tar.xz
(svn r19306) -Change: Railtype cost factor from byte to word value
Diffstat (limited to 'src/rail.h')
-rw-r--r--src/rail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rail.h b/src/rail.h
index 8caf2573d..049e4286e 100644
--- a/src/rail.h
+++ b/src/rail.h
@@ -186,7 +186,7 @@ struct RailtypeInfo {
/**
* Cost multiplier for building this rail type
*/
- uint8 cost_multiplier;
+ uint16 cost_multiplier;
/**
* Acceleration type of this rail type