185186187188189190191
Vector<String> paths = getPathsFor(_map, i + 1); for (String str : paths) { _texsActive[i].put(str, getMapTexture(str)); } } texStore = new TexturesStorage(); }