Remove disused labels.

This commit is contained in:
Jason S. Ninneman 2017-05-22 17:44:33 -07:00
parent 5286f6b3bd
commit 53b607d0c2
6 changed files with 76 additions and 76 deletions

View file

@ -187,9 +187,9 @@ L9126: if(OBJ == 0)SPK=44;
MOVE(DRAGON,K);
MOVE(RUG,K);
DROP(BLOOD,K);
/* 9127 */ for (OBJ=1; OBJ<=100; OBJ++) {
for (OBJ=1; OBJ<=100; OBJ++) {
if(PLACE[OBJ] == PLAC[DRAGON] || PLACE[OBJ] == FIXD[DRAGON])MOVE(OBJ,K);
L9127: /*etc*/ ;
/*etc*/ ;
} /* end loop */
LOC=K;
K=NUL;