chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed045f1
)
hidden: Fix a comment to refer to the right thing
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 20 Mar 2021 23:30:02 +0000
(23:30 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 20 Mar 2021 23:30:02 +0000
(23:30 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/hidden.rs
patch
|
blob
|
history
diff --git
a/src/hidden.rs
b/src/hidden.rs
index 9c1ea743eb6b4b985a23591449bb994339b5e127..fe2b407f3e61853abd79e0cf03454df13b3fb2fd 100644
(file)
--- 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<OccId>, // kept in synch with Occultation::occulter
- passive: Option<Passive>, // kept in synch with Occultation::
piec
es
+ passive: Option<Passive>, // kept in synch with Occultation::
notch
es
}
#[derive(Clone,Copy,Debug,Serialize,Deserialize,Eq,PartialEq)]