(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:
parent
92fcbc22a7
commit
b19c346435
3 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue