mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r4860) - NewGRF: remove a missed extern for _traininfo_vehicle_pitch
This commit is contained in:
parent
7048438227
commit
7d92ea8d1e
@ -443,8 +443,6 @@ int GetTrainImage(const Vehicle* v, Direction direction)
|
||||
return base;
|
||||
}
|
||||
|
||||
extern int _traininfo_vehicle_pitch;
|
||||
|
||||
void DrawTrainEngine(int x, int y, EngineID engine, uint32 image_ormod)
|
||||
{
|
||||
const RailVehicleInfo *rvi = RailVehInfo(engine);
|
||||
|
Loading…
Reference in New Issue
Block a user