summaryrefslogtreecommitdiff
path: root/src/engine.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-05-08 08:41:16 +0000
committerrubidium <rubidium@openttd.org>2007-05-08 08:41:16 +0000
commit5869384530d6e0672733dfed2447c1a9efb94f36 (patch)
tree0132083c759a77a263c637a83a517e664837b091 /src/engine.h
parente0a276c1a2c82ade890aff0729dca05bee1aba70 (diff)
downloadopenttd-5869384530d6e0672733dfed2447c1a9efb94f36.tar.xz
(svn r9813) -Fix (r9799): wagons must have EC_STEAM, otherwise they don't show up in the purchase list (mart3p).
Diffstat (limited to 'src/engine.h')
-rw-r--r--src/engine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine.h b/src/engine.h
index c0fb3d6f8..0275b1d68 100644
--- a/src/engine.h
+++ b/src/engine.h
@@ -22,8 +22,6 @@ enum EngineClass {
EC_ELECTRIC,
EC_MONORAIL,
EC_MAGLEV,
-
- EC_INVALID
};
struct RailVehicleInfo {