aboutsummaryrefslogtreecommitdiff
path: root/btsd.c
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2023-09-15 11:02:47 +0000
committerrodri <rgl@antares-labs.eu>2023-09-15 11:02:47 +0000
commited27475f9a38b319cad29269e9d747da9587240b (patch)
tree547f314cb4f6cf7feb709b0763df45285b4aa682 /btsd.c
parentae96cfa10904f1d69cd5c4189dc140fc563f960c (diff)
downloadbattleship-ed27475f9a38b319cad29269e9d747da9587240b.tar.gz
battleship-ed27475f9a38b319cad29269e9d747da9587240b.tar.bz2
battleship-ed27475f9a38b319cad29269e9d747da9587240b.zip
fit client to the new architecture. clean things up, make them more consistent.
Diffstat (limited to 'btsd.c')
-rw-r--r--btsd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/btsd.c b/btsd.c
index 54b4fd6..90c4eb9 100644
--- a/btsd.c
+++ b/btsd.c
@@ -472,6 +472,8 @@ matchmaker(void *)
pl[i]->state = Ready;
memset(pl[i]->map, Twater, MAPW*MAPH);
+ chanprint(pl[i]->io.out, "queued\n");
+
if(++i > 1){
m = newmatch(pl[0], pl[1]);
addmatch(m);