forked from mirror/OpenTTD
(svn r7079) -Codechange: Move an array to the only place it is used.
This commit is contained in:
2
engine.h
2
engine.h
@@ -128,8 +128,6 @@ void AddTypeToEngines(void);
|
||||
void StartupEngines(void);
|
||||
|
||||
|
||||
VARDEF const uint32 _default_refitmasks[NUM_VEHICLE_TYPES];
|
||||
|
||||
void DrawTrainEngine(int x, int y, EngineID engine, uint32 image_ormod);
|
||||
void DrawRoadVehEngine(int x, int y, EngineID engine, uint32 image_ormod);
|
||||
void DrawShipEngine(int x, int y, EngineID engine, uint32 image_ormod);
|
||||
|
Reference in New Issue
Block a user