summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-08-23 07:50:01 +0000
committerdominik <dominik@openttd.org>2004-08-23 07:50:01 +0000
commitd15aa143346cb7564dad13cef32e8b32df63901c (patch)
tree1f6183efe867795203fa032aa0a42d3d5a247b73 /table
parentefb7c3863ff07975490988b64943a129b446e57e (diff)
downloadopenttd-d15aa143346cb7564dad13cef32e8b32df63901c.tar.xz
(svn r115) Fix: monorail/maglev became available around 1927
Diffstat (limited to 'table')
-rw-r--r--table/engines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/engines.h b/table/engines.h
index 70339af35..bbfa266dd 100644
--- a/table/engines.h
+++ b/table/engines.h
@@ -2,7 +2,7 @@
#define MW(a,b,c,d,e,f) {a,b|0x80,c,d,((e)<<4)|(f)}
EngineInfo _engine_info[TOTAL_NUM_ENGINES] = {
- MK( 4809, 20, 15, 30, 0, 1), /* 0 */
+ MK( 1827, 20, 15, 30, 0, 1), /* 0 */
MK( 12784, 20, 22, 30, 0, 6), /* 1 */
MK( 9497, 20, 20, 50, 0, 8), /* 2 */
MK( 11688, 20, 20, 30, 0, 8), /* 3 */