fix some warnings

This commit is contained in:
Enno Rehling 2007-02-11 23:11:34 +00:00
parent ba210c8106
commit d46151998d
1 changed files with 0 additions and 2 deletions

View File

@ -2257,7 +2257,6 @@ sp_ironkeeper(castorder *co)
static int static int
sp_stormwinds(castorder *co) sp_stormwinds(castorder *co)
{ {
faction *f;
ship *sh; ship *sh;
unit *u; unit *u;
int erfolg = 0; int erfolg = 0;
@ -3449,7 +3448,6 @@ sp_chaossuction(castorder *co)
{ {
unit *u; unit *u;
region *rt; region *rt;
faction *f;
region *r = co->rt; region *r = co->rt;
unit *mage = co->magician.u; unit *mage = co->magician.u;
int cast_level = co->level; int cast_level = co->level;