(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:
@@ -129,7 +129,6 @@ void StartupEngines(void)
|
||||
uint32 r;
|
||||
|
||||
e->age = 0;
|
||||
e->railtype = (RailType)ei->railtype;
|
||||
e->flags = 0;
|
||||
e->player_avail = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user