Consistently use int for mission type parameters

This commit is contained in:
Markus Armbruster 2009-12-29 13:06:35 +01:00
parent b23c52951f
commit 60519b3cd0
2 changed files with 2 additions and 2 deletions

View file

@ -731,7 +731,7 @@ cando(int mission, int type)
}
char *
mission_name(short mission)
mission_name(int mission)
{
switch (mission) {
case MI_INTERDICT: