forked from github/server
fix some warnings
This commit is contained in:
parent
ba210c8106
commit
d46151998d
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue