From: Ian Jackson Date: Sun, 23 Aug 2020 22:00:23 +0000 (+0100) Subject: not critical now X-Git-Tag: otter-0.2.0~1057 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b8f39019a04dbf574246107afb60793282a10b3f;p=otter.git not critical now --- diff --git a/src/gamestate.rs b/src/gamestate.rs index 178c4381..697a328e 100644 --- a/src/gamestate.rs +++ b/src/gamestate.rs @@ -188,7 +188,7 @@ impl PieceState { // ========== ad-hoc and temporary ========== pub fn make_pieceid_visible(p : PieceId) -> VisiblePieceId { - // xxx need to do censorship mapping here + // todo-lens need to do censorship mapping here let kd : slotmap::KeyData = p.into(); VisiblePieceId(kd) }