Its possible to click Start game multiple time on the inital screen, causing the Config structures to be initialized multiple times, even stalling or breaking the game.
In start_game
In load wagons
len(Config.conf_wagons) = 25
In start_game
In load wagons
len(Config.conf_wagons) = 125
In start_game
In load wagons
len(Config.conf_wagons) = 525