summary refs log tree commit diff
path: root/src/player.c
diff options
context:
space:
mode:
authorzlago2024-09-30 15:57:29 +0200
committerzlago2024-09-30 15:57:29 +0200
commite4ad2c9362254ab3213c4cb7c743b6bbd72b6346 (patch)
treed839f778a15f65b09fb0f0b773a500168e75afcc /src/player.c
parent45512bbc85188e3adb4eda597d0d2fa5530de651 (diff)
commandline parameters
Diffstat (limited to 'src/player.c')
-rw-r--r--src/player.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/player.c b/src/player.c
index 9eed3a8..2e0346d 100644
--- a/src/player.c
+++ b/src/player.c
@@ -4,9 +4,6 @@
 #include "tilemap.h"
 #include <stdbool.h>
 
-#define from_fixed(a) (a / 16)
-#define to_fixed(a) (a * 16)
-
 #define SIZE 8
 #define ACCELERATION 1
 #define FRICTION 2