The International Simutrans Forum

Simutrans Extended => Simutrans-Extended bug reports => Simutrans-Extended development => Simutrans-Extended closed bug reports => Topic started by: neroden on May 25, 2024, 04:04:20 PM

Title: Small fix to electric_promille
Post by: neroden on May 25, 2024, 04:04:20 PM
It was being clamped to 1000; the default was being set twice in the same function (the later overriding the earlier); etc.  This makes it work like it was supposed to work...
https://github.com/jamespetts/simutrans-extended/pull/656
Title: Re: Small fix to electric_promille
Post by: jamespetts on May 25, 2024, 08:56:28 PM
Quote from: neroden on May 25, 2024, 04:04:20 PMIt was being clamped to 1000; the default was being set twice in the same function (the later overriding the earlier); etc.  This makes it work like it was supposed to work...
https://github.com/jamespetts/simutrans-extended/pull/656
Thank you very much - now incorporated.