summary refs log tree commit diff
path: root/src/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entity.h b/src/entity.h
index 72fccb2..33aca68 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -49,9 +49,9 @@ struct entity {
 
 struct warp {
 	int (*update)(struct warp *);
-	unsigned x, y;
+	int x, y;
 	unsigned w, h;
-	unsigned tox, toy;
+	int tox, toy;
 	struct hitbox hitbox;
 	unsigned timer;
 	void *ext;