From: Ian Jackson Date: Mon, 15 Mar 2021 01:25:33 +0000 (+0000) Subject: hidden: This reorganisation is done now X-Git-Tag: otter-0.4.0~6 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5a78c8e92328cd831654a590ea54419f2c3682a5;p=otter.git hidden: This reorganisation is done now Signed-off-by: Ian Jackson --- diff --git a/src/gamestate.rs b/src/gamestate.rs index 6b8635da..6da5d2f9 100644 --- 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)]