Magic-number elimination.

This commit is contained in:
Eric S. Raymond 2017-06-06 21:06:16 -04:00
parent e4f8218d9c
commit 3b8122ae3a
3 changed files with 4 additions and 3 deletions

View file

@ -198,7 +198,7 @@ L9128: RSPEAK(SPK);
RSPEAK(6);
DSTROY(OGRE);
K=0;
for (I=1; I<=5; I++) {
for (I=1; I < PIRATE; I++) {
if(DLOC[I] == LOC) {
K=K+1;
DLOC[I]=61;