chiark / gitweb /
fixed
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 23 Aug 2020 22:56:06 +0000 (23:56 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 23 Aug 2020 22:56:06 +0000 (23:56 +0100)
src/gamestate.rs

index ba5cbb26d69b017bdaa337d3d5cc081518358dae..a9ca08aae4f51d1e4b92ab9dc8bf0ce2a2162e33 100644 (file)
@@ -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<PieceId,PieceState>,
   pub players : PlayerMap,
   pub gen : Generation,