Changeset 1032

Show
Ignore:
Timestamp:
11/20/08 19:59:26 (2 months ago)
Author:
GabeCunningham
Message:

Fixes #638 (I think): Now whenever you Recall down, there aren't any stairs put under you.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/dungeon.c

    r999 r1032  
    946946                                /* Leaving */ 
    947947                                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; 
    948952                        } 
    949953                        else