diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-10-27 21:01:21 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-10-27 21:01:21 +0200 |
| commit | 641f81317a5b5cea6b3c5a4c65b1ca4313b0d8c0 (patch) | |
| tree | 391bb0b6536ca2247a371f16a44249b8a5f963d6 /src/zombies.c | |
| parent | 9d0bb9f229155546fde8b4f666d2682ad5ac606f (diff) | |
audio, add throwable
Diffstat (limited to 'src/zombies.c')
| -rw-r--r-- | src/zombies.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zombies.c b/src/zombies.c index 2c19220..55c0c57 100644 --- a/src/zombies.c +++ b/src/zombies.c @@ -220,7 +220,7 @@ void update_zombies_server(platform_window* window) { if (zombies[i].request.active) { if (zombies[i].request.to_fill->length) { - mutex_trylock(&zombies[i].request.mutex); + mutex_lock(&zombies[i].request.mutex); array_destroy(&zombies[i].path); zombies[i].path = array_copy(zombies[i].request.to_fill); |
