(svn r12932) -Fix [FS#1970]: Articulated engines ignored GRF engine overrides.

This commit is contained in:
peter1138
2008-04-30 17:42:08 +00:00
parent f1820a5708
commit c8e10ac1f8
3 changed files with 24 additions and 14 deletions

View File

@@ -59,4 +59,6 @@ uint ListPositionOfEngine(EngineID engine);
void AlterRailVehListOrder(EngineID engine, EngineID target);
void CommitRailVehListOrderChanges();
EngineID GetNewEngineID(const GRFFile *file, VehicleType type, uint16 internal_id);
#endif /* NEWGRF_ENGINE_H */