diff options
Diffstat (limited to 'btsd.c')
-rw-r--r-- | btsd.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |