Changeset 458
- Timestamp:
- 08/07/07 05:47:18 (1 year ago)
- Files:
-
- trunk/src/generate.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/generate.c
r457 r458 1035 1035 } 1036 1036 } 1037 else 1037 else if (p_ptr->create_up_stair) 1038 1038 { 1039 1039 /* Accept up stairs */ … … 1080 1080 if (p_ptr->create_down_stair) 1081 1081 cave_set_feat(y, x, FEAT_MORE); 1082 if (p_ptr->create_up_stair)1082 else if (p_ptr->create_up_stair) 1083 1083 cave_set_feat(y, x, FEAT_LESS); 1084 1084 }
