summaryrefslogtreecommitdiff
path: root/src/engine_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-05-02 17:42:12 +0000
committerrubidium <rubidium@openttd.org>2011-05-02 17:42:12 +0000
commitfb5ecb94992e7febf4bc059cb6ec4a51f50c66b0 (patch)
tree87956636c318baa8d5d8d62f13263c4f64dbe881 /src/engine_gui.cpp
parent4d5dbf51707c42c24eeafdb65016b079c54adcf2 (diff)
downloadopenttd-fb5ecb94992e7febf4bc059cb6ec4a51f50c66b0.tar.xz
(svn r22411) -Document: another bunch of bits
Diffstat (limited to 'src/engine_gui.cpp')
-rw-r--r--src/engine_gui.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/engine_gui.cpp b/src/engine_gui.cpp
index 3fd30efd7..1c89d3a36 100644
--- a/src/engine_gui.cpp
+++ b/src/engine_gui.cpp
@@ -128,6 +128,11 @@ void ShowEnginePreviewWindow(EngineID engine)
AllocateWindowDescFront<EnginePreviewWindow>(&_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;