Revert crashing code change part of #9292

This commit is contained in:
Yoruma 2024-10-29 11:51:31 +08:00 committed by Subhraman Sarkar
parent 0c2b035cc5
commit 88c6c13fdd

View file

@ -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()) {