summaryrefslogtreecommitdiff
path: root/src/pathfinding.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-12 15:31:26 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-12 15:31:26 +0100
commit10ae402862df4337772fe8e35f68ee8ab5bfc224 (patch)
tree1ac5fda82a2dd01f7f5ffdc2b337947c569afc15 /src/pathfinding.c
parentec3796faff12ba7bf5f775d757ac25834549903d (diff)
networking
Diffstat (limited to 'src/pathfinding.c')
-rw-r--r--src/pathfinding.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pathfinding.c b/src/pathfinding.c
index 16e5261..effca06 100644
--- a/src/pathfinding.c
+++ b/src/pathfinding.c
@@ -281,10 +281,7 @@ void* pathfinding_thread(void *args)
else
{
mutex_unlock(&global_pathfinding_queue.mutex);
- continue;
}
-
- //thread_sleep(100);
}
return 0;