diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 759a5bf..037cacb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,6 +14,7 @@ pub enum GfxEvent { NodeDefs(HashMap<u16, mt_net::NodeDef>), MapBlock(Point3<i16>, Box<mt_net::MapBlock>), PlayerPos(Point3<f32>, Deg<f32>, Deg<f32>), + MovementSpeed(f32), } #[derive(Debug, Clone)] |