(svn r18121) -Codechange: pass the maximum left/right location to the Draw*Engine functions
This commit is contained in:
@@ -21,11 +21,6 @@ void StartupEngines();
|
||||
extern const uint8 _engine_counts[4];
|
||||
extern const uint8 _engine_offsets[4];
|
||||
|
||||
void DrawTrainEngine(int x, int y, EngineID engine, SpriteID pal);
|
||||
void DrawRoadVehEngine(int x, int y, EngineID engine, SpriteID pal);
|
||||
void DrawShipEngine(int x, int y, EngineID engine, SpriteID pal);
|
||||
void DrawAircraftEngine(int x, int y, EngineID engine, SpriteID pal);
|
||||
|
||||
bool IsEngineBuildable(EngineID engine, VehicleType type, CompanyID company);
|
||||
bool IsEngineRefittable(EngineID engine);
|
||||
void SetCachedEngineCounts();
|
||||
|
Reference in New Issue
Block a user