Remove fixed grid initialisation

This commit is contained in:
manzerbredes 2015-05-03 01:23:28 +02:00
parent 60cb4a1e32
commit 870d354afd

View file

@ -9,9 +9,6 @@ Grid::Grid(): m_size(4), m_grid(4){
m_grid.at(i).push_back(0);
}
}
m_grid.at(0).at(0)=2;
m_grid.at(1).at(0)=2;
m_grid.at(2).at(0)=2;
}
//Destructor