Skip to content

Commit

Permalink
Fix: Cargo story page is global (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
F1rrel authored Mar 13, 2022
1 parent 78b25a6 commit 23d47d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions story.nut
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,6 @@ function StoryEditor::CreateStoryBook(companies, num_towns, init_error)

function StoryEditor::CreateNewCompanyStoryBook(company)
{
// Create basic cargo informations page
company.sp_cargo = this.NewStoryPage(company.id, GSText(GSText.STR_SB_TITLE_1));
this.CargoInfoPage(company.sp_cargo);

// Create welcome page
company.sp_welcome = this.NewStoryPage(company.id, GSText(GSText.STR_SB_WELCOME_TITLE, SELF_MAJORVERSION, SELF_MINORVERSION));
this.WelcomePage(company.sp_welcome);
Expand Down

0 comments on commit 23d47d2

Please sign in to comment.