(player_coms, lstats, lsta): Rename command lstats' to lstat' to

match info as well as related commands `sstat' and `pstat'.  Rename
lstats() to lsta() to uphold the convention that functions
implementing commands are named like the command or its four character
prefix.  Closes #804587.
This commit is contained in:
Markus Armbruster 2004-01-13 18:46:48 +00:00
parent 92fcbc22a7
commit b19c346435
3 changed files with 4 additions and 4 deletions

View file

@ -171,7 +171,7 @@ extern int lload(void);
extern int look(void);
extern int llook(void);
extern int lost(void);
extern int lstats(void);
extern int lsta(void);
extern int ltend(void);
extern int map(void);
extern int march(void);