Conway
This commit is contained in:
@@ -2458,6 +2458,8 @@ region *tmpregion;
|
||||
}
|
||||
}
|
||||
|
||||
/* initialization common to all special levels */
|
||||
/* XXX dup name in mkmap.c */
|
||||
void
|
||||
wallify_map(x1, y1, x2, y2)
|
||||
int x1, y1, x2, y2;
|
||||
@@ -3204,6 +3206,10 @@ struct sp_coder *coder;
|
||||
coder->solidify = TRUE;
|
||||
if (lflags & CORRMAZE)
|
||||
level.flags.corrmaze = TRUE;
|
||||
#ifdef CONWAY
|
||||
if (lflags & FLAG_CONWAY)
|
||||
level.flags.conway = 1;
|
||||
#endif
|
||||
if (lflags & CHECK_INACCESSIBLES)
|
||||
coder->check_inaccessibles = TRUE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user