(dchr): Remove second sentinel.
This commit is contained in:
parent
19f2948620
commit
b8e2f4a92a
2 changed files with 2 additions and 3 deletions
|
@ -163,7 +163,7 @@ struct dchrstr {
|
|||
/* things relating to sectors */
|
||||
extern int sctoff(coord x, coord y);
|
||||
|
||||
extern struct dchrstr dchr[SCT_MAXDEF + 2];
|
||||
extern struct dchrstr dchr[SCT_MAXDEF + 1];
|
||||
extern struct dchrstr bigcity_dchr;
|
||||
|
||||
/* Minimal efficiency of sectors that can be knocked down (bridges) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue