Mercurial > hg > early-roguelike
changeset 301:acc3718f50ab
rogue4: delete a duplicate variable definition.
author | John "Elwin" Edwards |
---|---|
date | Sat, 15 Aug 2020 20:27:06 -0400 |
parents | 0250220d8cdd |
children | fa70bba6bb3f |
files | rogue4/extern.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rogue4/extern.c Fri Nov 22 21:18:27 2019 -0500 +++ b/rogue4/extern.c Sat Aug 15 20:27:06 2020 -0400 @@ -68,7 +68,6 @@ "plate mail", }; const char *ws_made[MAXSTICKS]; /* What sticks are made of */ -char *release; /* Release number of rogue */ char whoami[MAXSTR]; /* Name of player */ char fruit[MAXSTR]; /* Favorite fruit */ char huh[MAXSTR]; /* The last message printed */