summaryrefslogtreecommitdiff
path: root/src/road_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2014-12-18 16:50:11 +0000
committeralberth <alberth@openttd.org>2014-12-18 16:50:11 +0000
commitedea2ce96d3f00ad16a6efbc9a63f7663f8ef640 (patch)
tree41972e1ff80c4d630997b611153e77b51fa54219 /src/road_gui.cpp
parent43a58ced5c16914a2a59d50e85f2f017e025f8c3 (diff)
downloadopenttd-edea2ce96d3f00ad16a6efbc9a63f7663f8ef640.tar.xz
(svn r27084) -Doc: Improve documentation of AllocateWindowDescFront.
Diffstat (limited to 'src/road_gui.cpp')
-rw-r--r--src/road_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/road_gui.cpp b/src/road_gui.cpp
index 7824f1f29..6b23ca631 100644
--- a/src/road_gui.cpp
+++ b/src/road_gui.cpp
@@ -841,7 +841,7 @@ static WindowDesc _build_road_scen_desc(
/**
* Show the road building toolbar in the scenario editor.
- * @return The just opened toolbar.
+ * @return The just opened toolbar, or \c NULL if the toolbar was already open.
*/
Window *ShowBuildRoadScenToolbar()
{