(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:
Ron Koenderink 2006-01-18 23:26:13 +00:00
parent e7ed28aada
commit 4dfcdfeb4b

View file

@ -370,7 +370,7 @@ shp_mess(s_char *str, struct mlist *mlp)
int int
shp_check_nav(struct sctstr *sect) shp_check_nav(struct sctstr *sect)
{ {
switch (dchr[sect->sct_type].d_nav & 03) { switch (dchr[sect->sct_type].d_nav) {
case NAVOK: case NAVOK:
break; break;