(shp_check_nav): Remove the masking. This should have
be done when the d_nav's defines were replaced with a enum d_navigation. No functional changes.
This commit is contained in:
parent
e7ed28aada
commit
4dfcdfeb4b
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ shp_mess(s_char *str, struct mlist *mlp)
|
|||
int
|
||||
shp_check_nav(struct sctstr *sect)
|
||||
{
|
||||
switch (dchr[sect->sct_type].d_nav & 03) {
|
||||
switch (dchr[sect->sct_type].d_nav) {
|
||||
case NAVOK:
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue