Interesting, so basically kinda like int map[][] = new int[10][15]; map {0, 1, 5, 0, 1, 2 etc..};
Yeah, that'll work!