Home
last modified time | relevance | path

Searched refs:oth_row (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/games/rogue/
H A Droom.c446 monster->trow = rooms[rr].doors[k].oth_row; in dr_course()
475 monster->trow = rooms[rn].doors[k].oth_row; in dr_course()
510 *row = rooms[rn].doors[d].oth_row; in get_oth_room()
H A Dlevel.c357 rooms[room1].doors[dir/2].oth_row = row2; in connect_rooms()
361 rooms[room2].doors[(((dir+4)%DIRS)/2)].oth_row = row1; in connect_rooms()
H A Drogue.h277 short oth_row, member