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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user