Changeset 639
- Timestamp:
- 12/23/07 19:38:50 (1 year ago)
- Files:
-
- trunk/src/defines.h (modified) (2 diffs)
- trunk/src/spells2.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/defines.h
r636 r639 106 106 107 107 /* 108 * Number of grids in each dungeon ( horizontally)108 * Number of grids in each dungeon (vertically) 109 109 * Must be a multiple of SCREEN_HGT 110 110 * Must be less or equal to 256 … … 113 113 114 114 /* 115 * Number of grids in each dungeon ( vertically)115 * Number of grids in each dungeon (horizontally) 116 116 * Must be a multiple of SCREEN_WID 117 117 * Must be less or equal to 256 trunk/src/spells2.c
r638 r639 949 949 * This is instead of using circular detection spells. 950 950 */ 951 #define DETECT_DIST_X 26 /* Detect 26grids to the left & right */952 #define DETECT_DIST_Y 55 /* Detect 55grids to the top & bottom */951 #define DETECT_DIST_X 52 /* Detect 52 grids to the left & right */ 952 #define DETECT_DIST_Y 23 /* Detect 23 grids to the top & bottom */ 953 953 954 954
