summaryrefslogtreecommitdiff
path: root/src/smallmap_gui.h
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2011-01-04 20:53:57 +0000
committerterkhen <terkhen@openttd.org>2011-01-04 20:53:57 +0000
commit5268d03abd7f84b842457c939a9de205145da119 (patch)
treef0c9f19ec67638cdaedc66527905d81937e03ea9 /src/smallmap_gui.h
parent73d26d3831bb5c250cbb4d29a79dd1444c31b22c (diff)
downloadopenttd-5268d03abd7f84b842457c939a9de205145da119.tar.xz
(svn r21715) -Fix: Use the correct land colour in the owner legend.
Diffstat (limited to 'src/smallmap_gui.h')
-rw-r--r--src/smallmap_gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/smallmap_gui.h b/src/smallmap_gui.h
index 1a2bc54dd..572a17534 100644
--- a/src/smallmap_gui.h
+++ b/src/smallmap_gui.h
@@ -15,5 +15,6 @@
void BuildIndustriesLegend();
void ShowSmallMap();
void BuildLandLegend();
+void BuildOwnerLegend();
#endif /* SMALLMAP_GUI_H */