HomeSort by: relevance | last modified time | path
    Searched defs:nxcor (Results 1 - 3 of 3) sorted by relevancy

  /src/games/hack/
hack.mklev.c 85 static schar nxcor; variable in typeref:typename:schar
428 if (!okdoor(x, y) && nxcor)
548 nxcor = 0;
559 for (nxcor = rn2(nroom) + 4; nxcor; nxcor--) {
620 if (nxcor && levl[xx + dx][yy + dy].typ)
630 if (cct++ > 500 || (nxcor && !rn2(35)))
641 if (nxcor && !rn2(50))
hack.mklev.c 85 static schar nxcor; variable in typeref:typename:schar
428 if (!okdoor(x, y) && nxcor)
548 nxcor = 0;
559 for (nxcor = rn2(nroom) + 4; nxcor; nxcor--) {
620 if (nxcor && levl[xx + dx][yy + dy].typ)
630 if (cct++ > 500 || (nxcor && !rn2(35)))
641 if (nxcor && !rn2(50))
hack.mklev.c 85 static schar nxcor; variable in typeref:typename:schar
428 if (!okdoor(x, y) && nxcor)
548 nxcor = 0;
559 for (nxcor = rn2(nroom) + 4; nxcor; nxcor--) {
620 if (nxcor && levl[xx + dx][yy + dy].typ)
630 if (cct++ > 500 || (nxcor && !rn2(35)))
641 if (nxcor && !rn2(50))

Completed in 1044 milliseconds