R1024 - Eyes of the Overworld effect delayed

The effect of the EOTO did not take effect until the next move.
Added a vision_full_recalc as suggested to resolve the problem.
This commit is contained in:
cohrs
2002-07-31 16:47:49 +00:00
parent a849315988
commit 0823cb41be
2 changed files with 3 additions and 0 deletions

View File

@@ -439,6 +439,7 @@ long wp_mask;
/* this assumes that no one else is using xray_range */
if (on) u.xray_range = 3;
else u.xray_range = -1;
vision_full_recalc = 1;
}
if ((spfx & SPFX_REFLECT) && (wp_mask & W_WEP)) {
if (on) EReflecting |= wp_mask;