Changeset 757

Show
Ignore:
Timestamp:
03/12/08 15:59:03 (7 months ago)
Author:
takkaria
Message:

Fix some warnings. (Thanks to Shanoah)

Files:

Legend:

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

    r671 r757  
    586586{ 
    587587        int dir, item; 
    588         int i, j, y, x, ty, tx; 
     588        int i, j, y, x; 
     589        s16b ty, tx; 
    589590        int tdam, tdis, thits, tmul; 
    590591        int bonus, chance; 
     
    890891{ 
    891892        int dir, item; 
    892         int i, j, y, x, ty, tx; 
     893        int i, j, y, x; 
     894        s16b ty, tx; 
    893895        int chance, tdam, tdis; 
    894896        int mul, div; 
  • trunk/src/death.c

    r722 r757  
    1818#include "angband.h" 
    1919#include "ui-menu.h" 
     20#include "cmds.h" 
    2021 
    2122 
  • trunk/src/target.c

    r673 r757  
    1717 */ 
    1818#include "angband.h" 
     19#include "cmds.h" 
    1920 
    2021 
  • trunk/src/util.c

    r729 r757  
    20942094        va_list vp; 
    20952095 
    2096         char *start; 
    2097         const char *next, *text, *tag; 
     2096        const char *start, *next, *text, *tag; 
    20982097        size_t textlen, taglen; 
    20992098