From e57652a54782258e7ab6ce19ccdc9e40187beeda Mon Sep 17 00:00:00 2001 From: ChthonVII Date: Thu, 3 Feb 2022 22:14:04 +0900 Subject: [PATCH] bugfix not being able to get another reveal create after getting a reveal crate followed by a darkness crate. --- redalert/cell.cpp | 1 + tiberiandawn/cell.cpp | 1 + 2 files changed, 2 insertions(+) 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; } /*