Fix strange inside-out organization of the input routines.
Seems to have nbben a result of FORTRAN not having anything like a stream object that can be passed around. A step towards logging and log replay.
This commit is contained in:
parent
19b3e3e656
commit
040f19adde
7 changed files with 93 additions and 104 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue