(svn r9813) -Fix (r9799): wagons must have EC_STEAM, otherwise they don't show up in the purchase list (mart3p).

This commit is contained in:
rubidium
2007-05-08 08:41:16 +00:00
parent 70dcd881e4
commit 7cd82bd6f5
2 changed files with 83 additions and 85 deletions

View File

@@ -22,8 +22,6 @@ enum EngineClass {
EC_ELECTRIC,
EC_MONORAIL,
EC_MAGLEV,
EC_INVALID
};
struct RailVehicleInfo {