Răsfoiți Sursa

reset board to normal state

Kajetan Johannes Hammerle 4 ani în urmă
părinte
comite
a46cb426f3
1 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  1. 0 4
      Game.cpp

+ 0 - 4
Game.cpp

@@ -20,10 +20,6 @@ void Game::reset() {
     fields[4][2] = EMPTY;
     fields[4][2] = EMPTY;
     fields[5][2] = WHITE;
     fields[5][2] = WHITE;
     fields[7][2] = WHITE;
     fields[7][2] = WHITE;
-
-    fields[2][0] = WHITE;
-    fields[1][0] = EMPTY;
-    fields[1][1] = EMPTY;
 }
 }
 
 
 void Game::reset(String& output) {
 void Game::reset(String& output) {