From: Ian Jackson Date: Wed, 27 Apr 2022 21:33:35 +0000 (+0100) Subject: Document what PUO::*Quiet mean X-Git-Tag: otter-1.1.0~435 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a6580c4201057df545994386f2efb6840827caea;p=otter.git Document what PUO::*Quiet mean Signed-off-by: Ian Jackson --- diff --git a/src/updates.rs b/src/updates.rs index f627de56..52cf4944 100644 --- a/src/updates.rs +++ b/src/updates.rs @@ -152,6 +152,7 @@ pub struct DataLoadPlayer { // ---------- piece updates ---------- #[derive(Debug,Clone,Copy,Serialize)] +// Quiet means not to produce the yellow halo (see `movements` in script.ts) pub enum PieceUpdateOp { Delete(), Insert(NS),