aboutsummaryrefslogtreecommitdiff
path: root/btsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'btsd.c')
-rw-r--r--btsd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/btsd.c b/btsd.c
index 92346b2..6e4ac5e 100644
--- a/btsd.c
+++ b/btsd.c
@@ -252,6 +252,10 @@ matchmaker(void *)
threadsetname("matchmaker");
for(;;){
+ /*
+ * TODO make fairer matches
+ * locking playerq while checking nplayers and popping the couple.
+ */
if(playerq.nplayers < 2){
sleep(100);
continue;