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:
21cbad3
)
a todo
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 27 Sep 2020 23:33:11 +0000
(
00:33
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 27 Sep 2020 23:33:11 +0000
(
00:33
+0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/gamestate.rs
patch
|
blob
|
history
diff --git
a/src/gamestate.rs
b/src/gamestate.rs
index 886fe0dbc9f13232de05a26f5838b1ba207461a5..c1bc6562d224af7026142f0f593a770f17ff8e7f 100644
(file)
--- 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<LogEntry>)>,
+ pub log : Vec<(Generation,Arc<LogEntry>)>,
// xxx expiry
pub max_z : ZCoord,
}