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:
eddb823
)
hidden: This reorganisation is done now
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 15 Mar 2021 01:25:33 +0000
(
01:25
+0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 16 Mar 2021 16:07:32 +0000
(16:07 +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 6b8635da7b84b6f1b6f11624dd56d21979ae82c4..6da5d2f9595e46ba650c621a4be465bc262272e8 100644
(file)
--- a/
src/gamestate.rs
+++ b/
src/gamestate.rs
@@
-128,8
+128,6
@@
pub struct UoDescription {
#[typetag::serde] // usual variable: p
pub trait PieceTrait: OutlineTrait + Send + Debug + 'static {
/// by convention, occult face is nfaces-1
- // xxx this is no good, we need a central definition of the occult
- // face to avoid weird behaviour with buggy gamespecs
fn nfaces(&self) -> RawFaceId;
#[throws(InternalError)]