Clean up the previous revision.
This commit is contained in:
parent
88bf471319
commit
7a2aad83cb
2 changed files with 4 additions and 3 deletions
|
@ -155,7 +155,6 @@ march(void)
|
|||
stopping |= lnd_check_mines(&land_list);
|
||||
break;
|
||||
case 'r':
|
||||
player->argp[0] = "lradar";
|
||||
radar(EF_LAND);
|
||||
skip = 1;
|
||||
player->btused++;
|
||||
|
|
|
@ -38,12 +38,14 @@
|
|||
#include "optlist.h"
|
||||
#include "empobj.h"
|
||||
|
||||
int rada(void)
|
||||
int
|
||||
rada(void)
|
||||
{
|
||||
return radar(EF_SHIP);
|
||||
}
|
||||
|
||||
int lrad(void)
|
||||
int
|
||||
lrad(void)
|
||||
{
|
||||
return radar(EF_LAND);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue