parent
8fe67826e6
commit
e7aa3627c4
1 changed files with 2 additions and 2 deletions
|
@ -871,7 +871,7 @@ dounit(char op, int arg, char *p, struct lndstr *land)
|
||||||
land->lnd_land = arg;
|
land->lnd_land = arg;
|
||||||
break;
|
break;
|
||||||
case 'U':
|
case 'U':
|
||||||
ef_set_uid(EF_SHIP, land, arg);
|
ef_set_uid(EF_LAND, land, arg);
|
||||||
break;
|
break;
|
||||||
case 'O':
|
case 'O':
|
||||||
if (land->lnd_own)
|
if (land->lnd_own)
|
||||||
|
@ -994,7 +994,7 @@ doplane(char op, int arg, char *p, struct plnstr *plane)
|
||||||
plane->pln_nuketype = arg;
|
plane->pln_nuketype = arg;
|
||||||
break;
|
break;
|
||||||
case 'U':
|
case 'U':
|
||||||
plane->pln_uid = arg;
|
ef_set_uid(EF_PLANE, plane, arg);
|
||||||
break;
|
break;
|
||||||
case 'l':
|
case 'l':
|
||||||
if (!sarg_xy(p, &newx, &newy))
|
if (!sarg_xy(p, &newx, &newy))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue