More structurization.
This commit is contained in:
parent
8d0587b0ec
commit
f72141fbe3
7 changed files with 22 additions and 20 deletions
4
init.c
4
init.c
|
@ -532,7 +532,7 @@ L1106: /*etc*/ ;
|
|||
CHLOC=114;
|
||||
CHLOC2=140;
|
||||
for (I=1; I<=6; I++) {
|
||||
DSEEN[I]=false;
|
||||
game.dseen[I]=false;
|
||||
} /* end loop */
|
||||
game.dflag=0;
|
||||
DLOC[1]=19;
|
||||
|
@ -591,7 +591,7 @@ L1106: /*etc*/ ;
|
|||
game.closng=false;
|
||||
game.panic=false;
|
||||
game.closed=false;
|
||||
CLSHNT=false;
|
||||
game.clshint=false;
|
||||
game.novice=false;
|
||||
game.setup=1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue