summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorzuu <zuu@openttd.org>2013-06-09 13:23:03 +0000
committerzuu <zuu@openttd.org>2013-06-09 13:23:03 +0000
commiteaede14b8f2de17bb5eb32959b876c3c956590c4 (patch)
tree8b8e5e34a4ca072c50992bacc3f24f008eb625c3 /src/gui.h
parentbfc8980c093130244a03169da0262961fea60f7e (diff)
downloadopenttd-eaede14b8f2de17bb5eb32959b876c3c956590c4.tar.xz
(svn r25372) -Add: Allow opening a goal list window specific to a company
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.h b/src/gui.h
index 6ef8261a0..39f1ea661 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -51,7 +51,7 @@ void ShowTownDirectory();
void ShowIndustryDirectory();
void ShowIndustryCargoesWindow();
void ShowSubsidiesList();
-void ShowGoalsList();
+void ShowGoalsList(CompanyID company);
void ShowGoalQuestion(uint16 id, byte type, uint32 button_mask, const char *question);
void ShowStoryBook(CompanyID company, uint16 page_id = INVALID_STORY_PAGE);