From 3ebb0088cee2339e129c26bfec8cbd65d25b319f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 6 Jan 2024 20:09:38 +0100 Subject: [PATCH] useless init --- src/Butin/Butin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Butin/Butin.cpp b/src/Butin/Butin.cpp index 27a4321..94f67d6 100644 --- a/src/Butin/Butin.cpp +++ b/src/Butin/Butin.cpp @@ -9,7 +9,6 @@ Butin::Butin(Joueur &j1, Joueur &j2) // Demander à J1 de retirer une pièce jaune Ecran::printMessage(msgPieceJaune()); etape = ChoixJ1; - posCurseur = std::make_pair(-1, -1); } Butin::~Butin() {}