Consistently use int for mission type parameters
This commit is contained in:
parent
b23c52951f
commit
60519b3cd0
2 changed files with 2 additions and 2 deletions
|
@ -731,7 +731,7 @@ cando(int mission, int type)
|
|||
}
|
||||
|
||||
char *
|
||||
mission_name(short mission)
|
||||
mission_name(int mission)
|
||||
{
|
||||
switch (mission) {
|
||||
case MI_INTERDICT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue