From 23d47d29360cd5ce9df3ea4fa5fcdcf71574f019 Mon Sep 17 00:00:00 2001 From: F1rrel Date: Sun, 13 Mar 2022 17:32:54 +0100 Subject: [PATCH] Fix: Cargo story page is global (#88) --- story.nut | 4 ---- 1 file changed, 4 deletions(-) diff --git a/story.nut b/story.nut index 02e0c9e..2004f3f 100644 --- a/story.nut +++ b/story.nut @@ -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);