Skip to content

Commit e57652a

Browse files
ChthonVIIhifi
authored andcommitted
bugfix not being able to get another reveal create after getting a reveal crate followed by a darkness crate.
1 parent 4c9c50c commit e57652a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

redalert/cell.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2477,6 +2477,7 @@ bool CellClass::Goodie_Check(FootClass* object)
24772477
if (object->House->IsHuman) {
24782478
Map.Shroud_The_Map(object->House);
24792479
}
2480+
object->House->IsVisionary = false;
24802481
break;
24812482

24822483
/*

tiberiandawn/cell.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2170,6 +2170,7 @@ bool CellClass::Goodie_Check(FootClass* object, bool check_steel)
21702170
}
21712171
Map.Flag_To_Redraw(true);
21722172
}
2173+
object->House->IsVisionary = false;
21732174
break;
21742175
}
21752176
/*

0 commit comments

Comments
 (0)