Home
last modified time | relevance | path

Searched refs:isMapPathway (Results 1 – 2 of 2) sorted by relevance

/dports/games/powder/powder118_src/
H A Dbuild.cpp455 MAP::isMapPathway(int x, int y) const in isMapPathway() function in MAP
1223 if (!isMapPathway(x, room.l.y-1)) in closeUnusedExits()
1235 if (!isMapPathway(x, room.h.y+1)) in closeUnusedExits()
1250 if (!isMapPathway(room.l.x-1, y)) in closeUnusedExits()
1262 if (!isMapPathway(room.h.x+1, y)) in closeUnusedExits()
1313 if (isMapPathway(x, y)) in closeUnusedExits()
1315 while (!isMapPathway(x, y)) in closeUnusedExits()
1325 if (isMapPathway(x + !curdx, y + !curdy)) in closeUnusedExits()
1330 if (isMapPathway(x - !curdx, y - !curdy)) in closeUnusedExits()
1337 if (isMapPathway(x, y)) in closeUnusedExits()
H A Dmap.h686 bool isMapPathway(int x, int y) const;