diff --git a/include/prototypes.h b/include/prototypes.h index cbd7ef39..c1eeeb9c 100644 --- a/include/prototypes.h +++ b/include/prototypes.h @@ -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); diff --git a/src/lib/commands/lstat.c b/src/lib/commands/lstat.c index 9745920b..f2445201 100644 --- a/src/lib/commands/lstat.c +++ b/src/lib/commands/lstat.c @@ -45,7 +45,7 @@ #include "commands.h" int -lstats(void) +lsta(void) { int nunits; struct nstr_item ni; diff --git a/src/lib/player/empmod.c b/src/lib/player/empmod.c index 4f66d3e1..7a91a0b3 100644 --- a/src/lib/player/empmod.c +++ b/src/lib/player/empmod.c @@ -226,7 +226,7 @@ extern int mobupdate(); extern int sinfra(); extern int improve(); -extern int lstats(); +extern int lsta(); extern int pstat(); extern int sstat(); @@ -335,7 +335,7 @@ struct cmndstr player_coms[] = { {"lrange ", 1, lrange, C_MOD, NORM + CAP}, {"lretreat [i|h|b|c]", 1, lretr, C_MOD, NORM + CAP}, - {"lstats ", 0, lstats, C_MOD, NORM}, + {"lstat ", 0, lsta, C_MOD, NORM}, {"ltend ", 1, ltend, C_MOD, NORM + CAP}, {"lunload ", 1,