Changeset 1421
- Timestamp:
- 06/01/09 13:38:48 (15 months ago)
- Files:
-
- 1 modified
-
trunk/src/generate.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/generate.c
r1249 r1421 3527 3527 cave_cost[y][x] = 0; 3528 3528 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; 3529 3532 } 3530 3533 } 3531 3534 3532 3535 /* Mega-Hack -- no player in dungeon yet */ 3533 cave_m_idx[p_ptr->py][p_ptr->px] = 0;3534 3536 p_ptr->px = p_ptr->py = 0; 3535 3537
