Magic-number elimination.

This commit is contained in:
Eric S. Raymond 2017-06-06 11:12:00 -04:00
parent fd10d380df
commit 978168523a
7 changed files with 20 additions and 16 deletions

View file

@ -232,7 +232,7 @@ int throw(FILE *cmdin) {
return(attack(cmdin));
L9172: SPK=48;
if(randrange(7) < DFLAG) goto L9175;
if(randrange(NDWARVES+1) < DFLAG) goto L9175;
DSEEN[I]=false;
DLOC[I]=0;
SPK=47;