Changeset 757
- Timestamp:
- 03/12/08 15:59:03 (7 months ago)
- Files:
-
- trunk/src/attack.c (modified) (2 diffs)
- trunk/src/death.c (modified) (1 diff)
- trunk/src/target.c (modified) (1 diff)
- trunk/src/util.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/attack.c
r671 r757 586 586 { 587 587 int dir, item; 588 int i, j, y, x, ty, tx; 588 int i, j, y, x; 589 s16b ty, tx; 589 590 int tdam, tdis, thits, tmul; 590 591 int bonus, chance; … … 890 891 { 891 892 int dir, item; 892 int i, j, y, x, ty, tx; 893 int i, j, y, x; 894 s16b ty, tx; 893 895 int chance, tdam, tdis; 894 896 int mul, div; trunk/src/death.c
r722 r757 18 18 #include "angband.h" 19 19 #include "ui-menu.h" 20 #include "cmds.h" 20 21 21 22 trunk/src/target.c
r673 r757 17 17 */ 18 18 #include "angband.h" 19 #include "cmds.h" 19 20 20 21 trunk/src/util.c
r729 r757 2094 2094 va_list vp; 2095 2095 2096 char *start; 2097 const char *next, *text, *tag; 2096 const char *start, *next, *text, *tag; 2098 2097 size_t textlen, taglen; 2099 2098
