All pastes #2074945 Raw Edit

Someone

public java v1 · immutable
#2074945 ·published 2011-06-05 08:05 UTC
rendered paste body
int[4] x = {worldMap.mapCells[i - 1][j].getTerrain(),worldMap.mapCells[i][j + 1].getTerrain(),worldMap.mapCells[i + 1][j].getTerrain(),worldMap.mapCells[i][j - 1].getTerrain()}for (int i = 0; i < x.length; i++){if (x[i] == x.getTerrain()){break;}else worldMap.mapCells[i][j].setTerrain();}