summaryrefslogtreecommitdiff
path: root/src/terraform_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/terraform_gui.cpp
parent43a58ced5c16914a2a59d50e85f2f017e025f8c3 (diff)
downloadopenttd-edea2ce96d3f00ad16a6efbc9a63f7663f8ef640.tar.xz
(svn r27084) -Doc: Improve documentation of AllocateWindowDescFront.
Diffstat (limited to 'src/terraform_gui.cpp')
-rw-r--r--src/terraform_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/terraform_gui.cpp b/src/terraform_gui.cpp
index 3642af4e6..0f41da75d 100644
--- a/src/terraform_gui.cpp
+++ b/src/terraform_gui.cpp
@@ -361,7 +361,7 @@ static WindowDesc _terraform_desc(
/**
* Show the toolbar for terraforming in the game.
* @param link The toolbar we might want to link to.
- * @return The allocated toolbar.
+ * @return The allocated toolbar if the window was newly opened, else \c NULL.
*/
Window *ShowTerraformToolbar(Window *link)
{
@@ -763,7 +763,7 @@ static WindowDesc _scen_edit_land_gen_desc(
/**
* Show the toolbar for terraforming in the scenario editor.
- * @return The allocated toolbar.
+ * @return The allocated toolbar if the window was newly opened, else \c NULL.
*/
Window *ShowEditorTerraformToolbar()
{