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:
b26bd7c
)
hidden: fix and "occluded" in a comment
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 7 Mar 2021 11:03:27 +0000
(11:03 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 7 Mar 2021 11:03:27 +0000
(11:03 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/gamestate.rs
patch
|
blob
|
history
diff --git
a/src/gamestate.rs
b/src/gamestate.rs
index b75e875b2d3fc6793541c3492c9db5b6e09800f9..86553a92cc26aa0490bba2ad799fcbefe9991b22 100644
(file)
--- a/
src/gamestate.rs
+++ b/
src/gamestate.rs
@@
-360,7
+360,7
@@
pub struct PieceRenderInstructions {
}
#[derive(Debug,Clone,Copy)]
-pub enum PriOcculted { Visible /*, Occ
lud
ed*/ }
+pub enum PriOcculted { Visible /*, Occ
ult
ed*/ }
impl PieceRenderInstructions {
pub fn new_visible(vpid: VisiblePieceId) -> PieceRenderInstructions {