diff options
author | rodri <rgl@antares-labs.eu> | 2023-09-15 11:02:47 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2023-09-15 11:02:47 +0000 |
commit | ed27475f9a38b319cad29269e9d747da9587240b (patch) | |
tree | 547f314cb4f6cf7feb709b0763df45285b4aa682 /btsd.c | |
parent | ae96cfa10904f1d69cd5c4189dc140fc563f960c (diff) | |
download | battleship-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |