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:
@@ -847,6 +847,8 @@ int x, y;
|
|||||||
}
|
}
|
||||||
unblock_point(x,y);
|
unblock_point(x,y);
|
||||||
newsym(x,y);
|
newsym(x,y);
|
||||||
|
/* force vision recalc before printing more messages */
|
||||||
|
if (vision_full_recalc) vision_recalc(0);
|
||||||
loudness = 20;
|
loudness = 20;
|
||||||
} else res = FALSE;
|
} else res = FALSE;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user