From eb04b7e1a7ec67950dd3d0cfc6a616be4d9bc6c0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 20 Mar 2021 23:30:02 +0000 Subject: [PATCH] hidden: Fix a comment to refer to the right thing Signed-off-by: Ian Jackson --- src/hidden.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)] -- 2.30.2