summaryrefslogtreecommitdiff
path: root/src/systems/moving.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-02-03 17:12:13 +0100
committertroido <troido@protonmail.com>2020-02-03 17:12:13 +0100
commitfa205303a3ae4dca0ee6c7bd8de94949e180ba75 (patch)
tree0b71002d9ade42c32f3ce51c03aa44ed41cd8747 /src/systems/moving.rs
parent19ce5319e2250b7b0e1a188f69d24de282a85a7f (diff)
now also send playerpos messages
Diffstat (limited to 'src/systems/moving.rs')
-rw-r--r--src/systems/moving.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/systems/moving.rs b/src/systems/moving.rs
index 8bce8e5..38588d5 100644
--- a/src/systems/moving.rs
+++ b/src/systems/moving.rs
@@ -7,8 +7,9 @@ use specs::{
Join
};
+use super::super::pos::Pos;
+
use super::super::components::{
- Pos,
Controller,
Blocking
};