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:
1c80fd2
)
fixed
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 23 Aug 2020 22:56:06 +0000
(23:56 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 23 Aug 2020 22:56:06 +0000
(23:56 +0100)
src/gamestate.rs
patch
|
blob
|
history
diff --git
a/src/gamestate.rs
b/src/gamestate.rs
index ba5cbb26d69b017bdaa337d3d5cc081518358dae..a9ca08aae4f51d1e4b92ab9dc8bf0ce2a2162e33 100644
(file)
--- a/
src/gamestate.rs
+++ b/
src/gamestate.rs
@@
-36,7
+36,7
@@
pub struct ZLevel {
#[derive(Debug,Serialize,Deserialize)]
pub struct GameState {
- pub table_size : Pos,
// xxx send to client etc.
+ pub table_size : Pos,
pub pieces : DenseSlotMap<PieceId,PieceState>,
pub players : PlayerMap,
pub gen : Generation,