The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: poppo on May 26, 2026, 12:09:39 AM

Title: tool_link_factory_t should be prohibited when crossconnect_factories
Post by: poppo on May 26, 2026, 12:09:39 AM
When crossconnect_factories is true, factories connection will be reconnected in finish_rd(). So, in my opinion, tool_link_factory_t (connect and remove factory connection tool) should be prohibited when crossconnect_factory is true.

In current version, we can remove factory connection with ctrl-key press even if crossconnect_factory is true. However, when we reload this map (e.g. save->load or Network mode reloading), this factories connection is reconnected.
Title: Re: tool_link_factory_t should be prohibited when crossconnect_factories
Post by: prissi on May 26, 2026, 01:49:48 AM
OK, changed