summaryrefslogtreecommitdiff
path: root/src/game/player.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/player.rs')
-rw-r--r--src/game/player.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/player.rs b/src/game/player.rs
index 3d86c6d..0874c76 100644
--- a/src/game/player.rs
+++ b/src/game/player.rs
@@ -13,7 +13,7 @@ pub struct Player {
pub struct Worm {
pub id: i32,
pub health: i32,
- pub position: Point2d<i8>,
+ pub position: Point2d,
pub bombs: u8,
pub snowballs: u8,
pub rounds_until_unfrozen: u8,