(svn r9671) -Codechange: Implement NewGRF callback 36, which allows changing of various properties which were previously static. Vehicle max speed and train power/te/running costs are adjustable.
This commit is contained in:
@@ -251,6 +251,8 @@ void AfterLoadVehicles()
|
||||
Vehicle *rotor = shadow->next;
|
||||
rotor->cur_image = GetRotorImage(v);
|
||||
}
|
||||
|
||||
UpdateAircraftCache(v);
|
||||
}
|
||||
break;
|
||||
default: break;
|
||||
|
Reference in New Issue
Block a user