summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/to_srv.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/to_srv.rs b/src/to_srv.rs
index 51b824e..ce5282c 100644
--- a/src/to_srv.rs
+++ b/src/to_srv.rs
@@ -36,10 +36,10 @@ pub enum Interaction {
}
#[mt_derive(to = "srv", repr = "u8", tag = "type")]
-#[mt(const8 = 0)]
+#[mt(const8 = 0)] // version
pub enum PointedThing {
None = 0,
- Node { under: [u16; 3], above: [u16; 3] },
+ Node { under: [i16; 3], above: [i16; 3] },
Obj { obj: u16 },
}