Skip to content

Move setting custom game fixed cells to game start

Johan G. requested to merge (removed):custom_game_fix into master

Custom game cells having the fixed cell flag causes conflicts throughout the code.

In this MR we only set the custom game fixed cells when the game starts. This allows us to clean up checks and aligns custom game creation's behavior with the play mode.

Merge request reports