All pastes #2074946 Raw Edit

Someone

public java v1 · immutable
#2074946 ·published 2011-06-05 08:07 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 counter = 0; i < x.length; i++){if (worldMap.mapCells[i][j].getTerrain() == x.getTerrain()){break;}else worldMap.mapCells[i][j].setTerrain();}