comparison rogue4/extern.c @ 301:acc3718f50ab

rogue4: delete a duplicate variable definition.
author John "Elwin" Edwards
date Sat, 15 Aug 2020 20:27:06 -0400
parents 0250220d8cdd
children
comparison
equal deleted inserted replaced
300:0250220d8cdd 301:acc3718f50ab
66 "splint mail", 66 "splint mail",
67 "banded mail", 67 "banded mail",
68 "plate mail", 68 "plate mail",
69 }; 69 };
70 const char *ws_made[MAXSTICKS]; /* What sticks are made of */ 70 const char *ws_made[MAXSTICKS]; /* What sticks are made of */
71 char *release; /* Release number of rogue */
72 char whoami[MAXSTR]; /* Name of player */ 71 char whoami[MAXSTR]; /* Name of player */
73 char fruit[MAXSTR]; /* Favorite fruit */ 72 char fruit[MAXSTR]; /* Favorite fruit */
74 char huh[MAXSTR]; /* The last message printed */ 73 char huh[MAXSTR]; /* The last message printed */
75 char *s_guess[MAXSCROLLS]; /* Players guess at what scroll is */ 74 char *s_guess[MAXSCROLLS]; /* Players guess at what scroll is */
76 char *p_guess[MAXPOTIONS]; /* Players guess at what potion is */ 75 char *p_guess[MAXPOTIONS]; /* Players guess at what potion is */