From: Ian Jackson Date: Sun, 23 Aug 2020 22:56:06 +0000 (+0100) Subject: fixed X-Git-Tag: otter-0.2.0~1054 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0e303465d4c0d2aa50d068de8f9cd44e7e4f53c9;p=otter.git fixed --- diff --git a/src/gamestate.rs b/src/gamestate.rs index ba5cbb26..a9ca08aa 100644 --- a/src/gamestate.rs +++ b/src/gamestate.rs @@ -36,7 +36,7 @@ pub struct ZLevel { #[derive(Debug,Serialize,Deserialize)] pub struct GameState { - pub table_size : Pos, // xxx send to client etc. + pub table_size : Pos, pub pieces : DenseSlotMap, pub players : PlayerMap, pub gen : Generation,