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:
e45e159
)
hidden: Make fields public that should have been
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 27 Feb 2021 15:32:32 +0000
(15:32 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 27 Feb 2021 15:32:52 +0000
(15:32 +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 2d4a3d5ee66be9bd363a1b25af92b538d44cf722..891c3b22493cac5336950d71665d7e25daff98ec 100644
(file)
--- a/
src/hidden.rs
+++ b/
src/hidden.rs
@@
-440,9
+440,9
@@
pub struct UniformOccultationView(
);
#[derive(Debug,Copy,Clone)]
pub struct OwnerOccultationView {
- defview: OccultationKind,
- owner: PlayerId,
- owner_view: OccultationKind,
+
pub
defview: OccultationKind,
+
pub
owner: PlayerId,
+
pub
owner_view: OccultationKind,
}
pub trait OccultationViewDef {