We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da58838 commit a41a437Copy full SHA for a41a437
index.html
@@ -1928,7 +1928,7 @@ <h2>How to play</h2>
1928
}
1929
1930
//ISSUE #339
1931
- game.checkObjAccessibility();
+ //game.checkObjAccessibility();
1932
game.mapCreated = 1;
1933
composite_gm();
1934
@@ -1944,7 +1944,7 @@ <h2>How to play</h2>
1944
//first we check whether myMapObjects has something
1945
//then add AND condition
1946
//that myMapObjects is NOT in the list of nonVisitableElements
1947
- if (game.myMapObjects[i][j] !== 0 && !(inArray(nonVisitableElements, game.myMapObjects[i][j])) {
+ if (game.myMapObjects[i][j] !== 0 && !(inArray(nonVisitableElements, game.myMapObjects[i][j]))) {
1948
console.log("myMapObjects");
1949
1950
0 commit comments