Fix article in value of mission_name() for MI_OSUPPORT argument
While there, oops on bad argument.
This commit is contained in:
parent
984ffce95e
commit
e0b164a283
1 changed files with 2 additions and 1 deletions
|
@ -750,7 +750,7 @@ mission_name(short mission)
|
|||
case MI_SUPPORT:
|
||||
return "a support";
|
||||
case MI_OSUPPORT:
|
||||
return "a offensive support";
|
||||
return "an offensive support";
|
||||
case MI_DSUPPORT:
|
||||
return "a defensive support";
|
||||
case MI_RESERVE:
|
||||
|
@ -762,6 +762,7 @@ mission_name(short mission)
|
|||
case MI_AIR_DEFENSE:
|
||||
return "an air defense";
|
||||
}
|
||||
CANT_REACH();
|
||||
return "a mysterious";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue