(rada): Fix embarrassing coding error in previous rev.
This commit is contained in:
parent
f1e87e3542
commit
654799a8b0
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,7 @@ rada(void)
|
||||||
radmap(sect.sct_x, sect.sct_y, (int)sect.sct_effic,
|
radmap(sect.sct_x, sect.sct_y, (int)sect.sct_effic,
|
||||||
(int)(tech * 2.0), 0.0);
|
(int)(tech * 2.0), 0.0);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case NS_LIST:
|
case NS_LIST:
|
||||||
case NS_GROUP:
|
case NS_GROUP:
|
||||||
if (!from_unit) {
|
if (!from_unit) {
|
||||||
|
@ -139,6 +140,7 @@ rada(void)
|
||||||
(int)tech, tf);
|
(int)tech, tf);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
if (!from_unit)
|
if (!from_unit)
|
||||||
pr("Must use a ship or sector specifier\n");
|
pr("Must use a ship or sector specifier\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue