Changeset 1032
- Timestamp:
- 11/20/08 19:59:26 (2 months ago)
- Files:
-
- trunk/src/dungeon.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/dungeon.c
r999 r1032 946 946 /* Leaving */ 947 947 p_ptr->leaving = TRUE; 948 949 /* Don't generate connected stairs */ 950 p_ptr->create_down_stair = FALSE; 951 p_ptr->create_up_stair = FALSE; 948 952 } 949 953 else
