diff options
author | quou <quou@disroot.org> | 2024-09-29 16:54:21 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-09-29 16:54:21 +1000 |
commit | 98322a86ec78f732a5a6750a1e93061269cc76a7 (patch) | |
tree | 05dfcb42668cf7f5a5861005948b5c61492ec3ef | |
parent | be5c7263406aef867501c7965bcced6a7e2898a6 (diff) |
Remove unused param from solve_mask
-rw-r--r-- | physics.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -18,7 +18,6 @@ int test_bit( static int solve_mask( unsigned char t, - int* x, int* y, int* vy, const Rect* col, @@ -130,7 +129,6 @@ void update_body( int id = tc - 2; if (solve_mask( id, - x, y, vy, r, |