(map, draw_map): Remove undocumented feature that lets deities run map
as another country. It appeared around Chainsaw 3.0 and never fully worked. See also #1335316.
This commit is contained in:
parent
01c80490b9
commit
f5a1430bcf
5 changed files with 22 additions and 57 deletions
|
@ -118,11 +118,11 @@ march(void)
|
|||
++cp;
|
||||
if (cp[-1] == 'M') {
|
||||
unit_map(EF_LAND, lnd->lnd_uid, &ns, &origin);
|
||||
draw_map(0, origin, 0, &ns, player->cnum);
|
||||
draw_map(0, origin, 0, &ns);
|
||||
skip = 1;
|
||||
} else if (cp[-1] == 'B') {
|
||||
unit_map(EF_LAND, lnd->lnd_uid, &ns, &origin);
|
||||
draw_map(EF_BMAP, origin, 0, &ns, player->cnum);
|
||||
draw_map(EF_BMAP, origin, 0, &ns);
|
||||
skip = 1;
|
||||
} else if (cp[-1] == 'f') {
|
||||
struct emp_qelem *qp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue