VIEW_ent->flags &= ~(VISIBLE);

or

VIEW_ent.flags &= ~(VISIBLE);


Always learn from history, to be sure you make the same mistakes again...