Home | History | Annotate | Download | only in rogue

Lines Matching refs:dirs

360 	rooms[room2].doors[(((dir+4)%DIRS)/2)].oth_room = room1;
361 rooms[room2].doors[(((dir+4)%DIRS)/2)].oth_row = row1;
362 rooms[room2].doors[(((dir+4)%DIRS)/2)].oth_col = col1;
566 door_dir = ((tunnel_dir + 4) % DIRS);
647 char dirs[4];
650 dirs[0] = UPWARD;
651 dirs[1] = DOWN;
652 dirs[2] = LEFT;
653 dirs[3] = RIGHT;
664 SWAP(dirs[t1], dirs[t2]);
668 switch(dirs[i]) {