(svn r9799) -Codechange: separate engine class and engine running cost class (mart3p).

This commit is contained in:
rubidium
2007-05-06 19:44:22 +00:00
parent d339143e95
commit f47e81c900
4 changed files with 146 additions and 131 deletions

View File

@@ -20,6 +20,10 @@ enum EngineClass {
EC_STEAM,
EC_DIESEL,
EC_ELECTRIC,
EC_MONORAIL,
EC_MAGLEV,
EC_INVALID
};
struct RailVehicleInfo {