gcc is annoying about switch statements

This commit is contained in:
Enno Rehling 2017-11-05 19:38:42 +01:00
parent 373d738084
commit 5b70d605ce
1 changed files with 2 additions and 0 deletions

View File

@ -248,6 +248,8 @@ static void dragon_name(unit * u)
case T_GLACIER:
ter = 5;
break;
default:
ter = 0;
}
if (num_postfix <=0) {