(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:
peter1138
2007-04-18 18:37:40 +00:00
parent 13c587bf39
commit 0d32783f87
9 changed files with 73 additions and 14 deletions

View File

@@ -251,6 +251,8 @@ void AfterLoadVehicles()
Vehicle *rotor = shadow->next;
rotor->cur_image = GetRotorImage(v);
}
UpdateAircraftCache(v);
}
break;
default: break;