(retr): Use RET_GROUP instead of literal 1. No functional changes.
This commit is contained in:
parent
4113cdab5c
commit
929b3ba412
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ retr(void)
|
|||
nships = 0;
|
||||
if (player->argp[1] != (s_char *)0)
|
||||
if (isalpha(player->argp[1][0]))
|
||||
isfleet = 1;
|
||||
isfleet = RET_GROUP;
|
||||
if (player->argp[2] != (s_char *)0)
|
||||
pq = getstarg(player->argp[2], "Retreat path? ", buf1);
|
||||
else
|
||||
|
@ -210,7 +210,7 @@ lretr(void)
|
|||
nunits = 0;
|
||||
if (player->argp[1] != (s_char *)0)
|
||||
if (isalpha(player->argp[1][0]))
|
||||
isarmy = 1;
|
||||
isarmy = RET_GROUP;
|
||||
if (player->argp[2] != (s_char *)0)
|
||||
pq = getstarg(player->argp[2], "Retreat path? ", buf1);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue