diff options
author | celestar <celestar@openttd.org> | 2006-05-22 14:41:20 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2006-05-22 14:41:20 +0000 |
commit | 979b640f196c494a4ace64d2dea9993fad23548a (patch) | |
tree | 6729ec5a4a2fefdf868805d2aed89308a1bfa90e /rail.h | |
parent | ba6ea3d3594c32ab954309d9199a400058142d6a (diff) | |
download | openttd-979b640f196c494a4ace64d2dea9993fad23548a.tar.xz |
(svn r4946) "Feature": Add a cheat that allows running electric engines on normal rail
Diffstat (limited to 'rail.h')
-rw-r--r-- | rail.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ typedef struct RailtypeInfo { byte custom_ground_offset; } RailtypeInfo; -extern const RailtypeInfo _railtypes[RAILTYPE_END]; +extern RailtypeInfo _railtypes[RAILTYPE_END]; // these are the maximums used for updating signal blocks, and checking if a depot is in a pbs block enum { |