diff --git a/src/engine_gui.cpp b/src/engine_gui.cpp --- a/src/engine_gui.cpp +++ b/src/engine_gui.cpp @@ -128,6 +128,11 @@ void ShowEnginePreviewWindow(EngineID en AllocateWindowDescFront(&_engine_preview_desc, engine); } +/** + * Get the capacity of an engine with articulated parts. + * @param engine The engine to get the capacity of. + * @return The capacity. + */ uint GetTotalCapacityOfArticulatedParts(EngineID engine) { uint total = 0;