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:
6e5046f
)
script: Add a note about MovementRecord
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 2 Apr 2021 19:27:30 +0000
(20:27 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 2 Apr 2021 19:27:30 +0000
(20:27 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
templates/script.ts
patch
|
blob
|
history
diff --git
a/templates/script.ts
b/templates/script.ts
index 8e23588a1dc8c4f1c7396fc69b471aad09832bb7..40ab5a1423f3c48c5c975b2968c2c8646920d50c 100644
(file)
--- a/
templates/script.ts
+++ b/
templates/script.ts
@@
-148,7
+148,7
@@
type PlayerInfo = {
}
var players : { [player: string]: PlayerInfo };
-type MovementRecord = {
+type MovementRecord = {
// for yellow halo, unrelasted to movehist
piece: PieceId,
p: PieceInfo,
this_motion: DOMHighResTimeStamp,