summaryrefslogtreecommitdiff
path: root/src/entity.h
diff options
context:
space:
mode:
authorzlago2024-10-11 18:04:53 +0200
committerzlago2024-10-11 18:04:53 +0200
commit3f5039d3bdeffca261d4e07983667f0f636398cf (patch)
tree5ebf2ecaa6a814c7d782daa9b4f657fb112af7b7 /src/entity.h
parent2e0f24e0344ee2bd5bd6e6269f39e804c50d05e0 (diff)
more fixes
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;