From: Ian Jackson Date: Sat, 20 Mar 2021 23:30:02 +0000 (+0000) Subject: hidden: Fix a comment to refer to the right thing X-Git-Tag: otter-0.5.0~589 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=eb04b7e1a7ec67950dd3d0cfc6a616be4d9bc6c0;p=otter.git hidden: Fix a comment to refer to the right thing Signed-off-by: Ian Jackson --- diff --git a/src/hidden.rs b/src/hidden.rs index 9c1ea743..fe2b407f 100644 --- a/src/hidden.rs +++ b/src/hidden.rs @@ -31,7 +31,7 @@ pub struct GameOccults { // kept in synch with Occultation::pieces pub struct PieceOccult { active: Option, // kept in synch with Occultation::occulter - passive: Option, // kept in synch with Occultation::pieces + passive: Option, // kept in synch with Occultation::notches } #[derive(Clone,Copy,Debug,Serialize,Deserialize,Eq,PartialEq)]