From: Ian Jackson Date: Sun, 27 Sep 2020 23:33:11 +0000 (+0100) Subject: a todo X-Git-Tag: otter-0.2.0~822 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=079503d07a031b046bb0e007df45caffac2c821c;p=otter.git a todo Signed-off-by: Ian Jackson --- 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, }