Magic-number elimination.
This commit is contained in:
parent
e4f8218d9c
commit
3b8122ae3a
3 changed files with 4 additions and 3 deletions
4
init.c
4
init.c
|
@ -330,8 +330,8 @@ L1106: /*etc*/ ;
|
|||
|
||||
CHLOC=114;
|
||||
CHLOC2=140;
|
||||
for (I=1; I<=6; I++) {
|
||||
DSEEN[I]=false;
|
||||
for (I=1; I<=NDWARVES; I++) {
|
||||
DSEEN[I]=false;
|
||||
} /* end loop */
|
||||
DFLAG=0;
|
||||
DLOC[1]=19;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue