Skip to content

Commit

Permalink
bugfix not being able to get another reveal create after getting a re…
Browse files Browse the repository at this point in the history
…veal crate followed by a darkness crate.
  • Loading branch information
ChthonVII authored and hifi committed Mar 16, 2024
1 parent 4c9c50c commit e57652a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions redalert/cell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/*
Expand Down
1 change: 1 addition & 0 deletions tiberiandawn/cell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2170,6 +2170,7 @@ bool CellClass::Goodie_Check(FootClass* object, bool check_steel)
}
Map.Flag_To_Redraw(true);
}
object->House->IsVisionary = false;
break;
}
/*
Expand Down

0 comments on commit e57652a

Please sign in to comment.