diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2023-12-28 14:59:23 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2023-12-28 14:59:23 +0100 |
| commit | 768efa50b308be03737d7eae2a1069627ea48b79 (patch) | |
| tree | 447c266172ef82df68bfd6d4737acb499f2b1a9d /src/object/bench.c | |
| parent | b6a94d5062076ce53a00609e1e661b9da9e7ee5b (diff) | |
| parent | dae4c669913c3dc4248291f2d843ac39525b2738 (diff) | |
Merge branch 'master' into tilemap-docs
Diffstat (limited to 'src/object/bench.c')
| -rw-r--r-- | src/object/bench.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/bench.c b/src/object/bench.c index 5639efee..03ae3442 100644 --- a/src/object/bench.c +++ b/src/object/bench.c @@ -17,8 +17,8 @@ typedef struct { u16 tilePos; } BenchEntity; -void Bench_Init(BenchEntity*); -void Bench_Action1(BenchEntity*); +void Bench_Init(BenchEntity* this); +void Bench_Action1(BenchEntity* this); void Bench(Entity* this) { static void (*const Bench_Actions[])(BenchEntity*) = { |
