diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-16 23:21:47 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-16 23:21:47 +0100 |
| commit | 89984db7afa433e2842c4ef8c8c265a3e3993636 (patch) | |
| tree | 127a939c0d02ba66600c353319be94cdf3906fc0 /src/drops.c | |
| parent | 24a44e57ab9adbb353adac8b83c4441e7adb3751 (diff) | |
work
Diffstat (limited to 'src/drops.c')
| -rw-r--r-- | src/drops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drops.c b/src/drops.c index a03f7ca..e5e1d7b 100644 --- a/src/drops.c +++ b/src/drops.c @@ -15,7 +15,6 @@ void handle_drop_pickup(player* p, drop* d) { void update_drops() { #define MAX_HEIGHT_DIFF (0.3f) - #define FREQUENCY (0.15) for (int i = 0; i < MAX_DROPS; i++) { drop b = drops[i]; |
