forked from github/server
gcc is annoying about switch statements
This commit is contained in:
parent
373d738084
commit
5b70d605ce
|
@ -248,6 +248,8 @@ static void dragon_name(unit * u)
|
||||||
case T_GLACIER:
|
case T_GLACIER:
|
||||||
ter = 5;
|
ter = 5;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
ter = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (num_postfix <=0) {
|
if (num_postfix <=0) {
|
||||||
|
|
Loading…
Reference in New Issue