B08018 - vision when breaking closed doors

Do vision_recalc immediately when blasting a door so that all the
subsequent messages for the same blast hitting other things are all
evaluated with the same vision in effect.
This commit is contained in:
cohrs
2002-08-21 04:48:17 +00:00
parent ab393cd0d6
commit a372574583

View File

@@ -847,6 +847,8 @@ int x, y;
}
unblock_point(x,y);
newsym(x,y);
/* force vision recalc before printing more messages */
if (vision_full_recalc) vision_recalc(0);
loudness = 20;
} else res = FALSE;
break;