diff options
author | peter1138 <peter1138@openttd.org> | 2006-06-09 16:35:07 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-06-09 16:35:07 +0000 |
commit | dfa60b08327d2689641696d44319771c19343249 (patch) | |
tree | 84c58a3de0a48d2647e22cdeb29951db60bee62e /engine.h | |
parent | 901e2d02b1dd5664a9580f503674516feb910f83 (diff) | |
download | openttd-dfa60b08327d2689641696d44319771c19343249.tar.xz |
(svn r5201) - NewGRF: add loading of default refit costs. This information is not yet used
Diffstat (limited to 'engine.h')
-rw-r--r-- | engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ typedef struct EngineInfo { byte railtype:4; byte climates:4; uint32 refit_mask; + byte refit_cost; byte misc_flags; byte callbackmask; } EngineInfo; |