From eaede14b8f2de17bb5eb32959b876c3c956590c4 Mon Sep 17 00:00:00 2001 From: zuu Date: Sun, 9 Jun 2013 13:23:03 +0000 Subject: (svn r25372) -Add: Allow opening a goal list window specific to a company --- src/story_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/story_gui.cpp') diff --git a/src/story_gui.cpp b/src/story_gui.cpp index 5c9b0c9ed..63e5b66bf 100644 --- a/src/story_gui.cpp +++ b/src/story_gui.cpp @@ -405,7 +405,7 @@ protected: break; case SPET_GOAL: - ShowGoalsList(); + ShowGoalsList((CompanyID)this->window_number); break; default: -- cgit v1.2.3-54-g00ecf