Revert crashing code change part of #9292
This commit is contained in:
parent
0c2b035cc5
commit
88c6c13fdd
1 changed files with 0 additions and 3 deletions
|
@ -3272,9 +3272,6 @@ void display::process_reachmap_changes()
|
|||
if (reach != full.end()) {
|
||||
// Location needs to be darkened or brightened
|
||||
invalidate(hex);
|
||||
} else if (reach->second != 1) {
|
||||
// Number needs to be displayed or cleared
|
||||
invalidate(hex);
|
||||
}
|
||||
}
|
||||
} else if (!reach_map_.empty()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue