From 0e303465d4c0d2aa50d068de8f9cd44e7e4f53c9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 Aug 2020 23:56:06 +0100 Subject: [PATCH] fixed --- src/gamestate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2