(svn r8314) -Fix

-Codechange: Move the railtype from EngineInfo to RailVehicleInfo, because having a railtype for non-rail vehicles isn't that useful
This commit is contained in:
tron
2007-01-21 16:08:18 +00:00
parent 9e9d5905f3
commit bc523186e0
5 changed files with 407 additions and 412 deletions

View File

@@ -129,7 +129,6 @@ void StartupEngines(void)
uint32 r;
e->age = 0;
e->railtype = (RailType)ei->railtype;
e->flags = 0;
e->player_avail = 0;