typo
This commit is contained in:
parent
1b98a64c22
commit
dd5aad35c6
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ PlateauButin::~PlateauButin() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void PlateauButin::initialiserPlateau() {
|
void PlateauButin::initialiserPlateau() {
|
||||||
|
// Vecteur de toutes les pièces du jeu
|
||||||
// Vecteur de toutes les pièeces du jeu
|
|
||||||
std::vector<PieceButin *> pieces;
|
std::vector<PieceButin *> pieces;
|
||||||
for (int i = 0; i < 34; i++) {
|
for (int i = 0; i < 34; i++) {
|
||||||
pieces.push_back(new PieceButin(PieceButin::Jaune, -1, -1));
|
pieces.push_back(new PieceButin(PieceButin::Jaune, -1, -1));
|
||||||
|
|
Reference in a new issue