diff --git a/redalert/cell.cpp b/redalert/cell.cpp index 9240c978..744ace5f 100644 --- a/redalert/cell.cpp +++ b/redalert/cell.cpp @@ -2477,6 +2477,7 @@ bool CellClass::Goodie_Check(FootClass* object) if (object->House->IsHuman) { Map.Shroud_The_Map(object->House); } + object->House->IsVisionary = false; break; /* diff --git a/tiberiandawn/cell.cpp b/tiberiandawn/cell.cpp index dd0ecf76..c7ad7f49 100644 --- a/tiberiandawn/cell.cpp +++ b/tiberiandawn/cell.cpp @@ -2170,6 +2170,7 @@ bool CellClass::Goodie_Check(FootClass* object, bool check_steel) } Map.Flag_To_Redraw(true); } + object->House->IsVisionary = false; break; } /*