From 079503d07a031b046bb0e007df45caffac2c821c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 28 Sep 2020 00:33:11 +0100 Subject: [PATCH] a todo Signed-off-by: Ian Jackson --- src/gamestate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gamestate.rs b/src/gamestate.rs index 886fe0db..c1bc6562 100644 --- a/src/gamestate.rs +++ b/src/gamestate.rs @@ -47,7 +47,7 @@ pub struct GameState { pub pieces : Pieces, pub players : PlayerMap, pub gen : Generation, - pub log : Vec<(Generation,Arc)>, + pub log : Vec<(Generation,Arc)>, // xxx expiry pub max_z : ZCoord, } -- 2.30.2