(svn r7079) -Codechange: Move an array to the only place it is used.

This commit is contained in:
2006-11-06 10:11:03 +00:00
parent 8371325a10
commit 3da04ab1b5
4 changed files with 25 additions and 25 deletions

View File

@@ -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);