Changeset 1421 for trunk

Show
Ignore:
Timestamp:
06/01/09 13:38:48 (15 months ago)
Author:
ajps
Message:

Fix for doubled-up '@'s in the town on rebirth. Can't find the bug number, but I'm sure it's been reported.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/generate.c

    r1249 r1421  
    35273527                        cave_cost[y][x] = 0; 
    35283528                        cave_when[y][x] = 0; 
     3529 
     3530                        /* Clear any left-over monsters (should be none) and the player. */ 
     3531                        cave_m_idx[y][x] = 0; 
    35293532                } 
    35303533        } 
    35313534 
    35323535        /* Mega-Hack -- no player in dungeon yet */ 
    3533         cave_m_idx[p_ptr->py][p_ptr->px] = 0; 
    35343536        p_ptr->px = p_ptr->py = 0; 
    35353537