1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-24 06:59:10 +00:00

(svn r6649) - Codechange: Show more correct capacity of articulated wagons in the train purchase list.

This commit is contained in:
2006-10-05 11:26:59 +00:00
parent 16271dfaac
commit cdfac3d7b7
3 changed files with 4 additions and 3 deletions

View File

@@ -480,7 +480,7 @@ void DrawTrainEngine(int x, int y, EngineID engine, uint32 image_ormod)
DrawSprite(image | image_ormod, x, y);
}
static uint CountArticulatedParts(EngineID engine_type)
uint CountArticulatedParts(EngineID engine_type)
{
uint16 callback;
uint i;