Menu

#47 Start game event not gated, allows multiple start game executions

Unsepcified
open
nobody
None
None
None
2022-06-17
2022-06-17
Jan Slupski
No

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

Discussion


Log in to post a comment.

MongoDB Logo MongoDB