From dd5aad35c6c19eb2471a2801a53d194d581e51d7 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 6 Jan 2024 18:18:33 +0100 Subject: [PATCH] typo --- src/Butin/PlateauButin.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Butin/PlateauButin.cpp b/src/Butin/PlateauButin.cpp index d7d1bf1..fa72b88 100644 --- a/src/Butin/PlateauButin.cpp +++ b/src/Butin/PlateauButin.cpp @@ -15,8 +15,7 @@ PlateauButin::~PlateauButin() { } void PlateauButin::initialiserPlateau() { - - // Vecteur de toutes les pièeces du jeu + // Vecteur de toutes les pièces du jeu std::vector pieces; for (int i = 0; i < 34; i++) { pieces.push_back(new PieceButin(PieceButin::Jaune, -1, -1));