- weniger Warnings

This commit is contained in:
Christian Schlittchen 2002-02-23 19:20:45 +00:00
parent a9c4d5c44b
commit 4e42cd7169
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ sp_shadowcall(fighter * fi, int level, int power, spell * sp)
unit *mage = fi->unit; unit *mage = fi->unit;
attrib *a; attrib *a;
int force = get_force(power, 3)/2; int force = get_force(power, 3)/2;
race *rc; const race *rc;
int num; int num;
unit *u; unit *u;