Commit 99c69f92 authored by Haj Rezvan's avatar Haj Rezvan

Debugging print nuts in map.

Edit length of "visualMap" array.
parent ee076ddb
......@@ -37,7 +37,7 @@ public class Nuts extends Board implements INuts {
char[][] visualMapMap = getVisualMap();
char[] map = getMap();
map[getMergePosition()] = color;
visualMapMap[getY()][getX()] = color;
visualMapMap[4*getY()+2][8*getX()+4] = color;
setMap(map);
setVisualMap(visualMapMap);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment