chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
971b3c6
)
Document what PUO::*Quiet mean
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 27 Apr 2022 21:33:35 +0000
(22:33 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 27 Apr 2022 21:33:55 +0000
(22:33 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/updates.rs
patch
|
blob
|
history
diff --git
a/src/updates.rs
b/src/updates.rs
index f627de5622b31c209eea3168c476fbb1619cea01..52cf49440928d9112588426544879bd59c827ec3 100644
(file)
--- 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<NS,ZL> {
Delete(),
Insert(NS),