Skip to content
Snippets Groups Projects
Commit 0dd9764f authored by Elias Leinenweber's avatar Elias Leinenweber
Browse files

fix ?

parent e9aa6c28
Branches
Tags
No related merge requests found
......@@ -18,6 +18,7 @@ namespace Wanderer.view
public FormFin(Player currentPlayer, int nombreTour)
{
InitializeComponent();
CenterToScreen();
if (currentPlayer.Color == Color.Brown)
{
label1.Text = "Le joueur Rouge a gagné !";
......
......@@ -159,7 +159,7 @@ namespace Wanderer.view
}
updateButtons();
if (currentPlayer.randonneurs >= 3)
if (currentPlayer.randonneurs >= 50)
{
FormFin f = new FormFin(currentPlayer,nombreTour);
f.Show();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment