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 /dat.h | |
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 'dat.h')
-rw-r--r-- | dat.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -49,7 +49,6 @@ struct Ship int orient; int ncells; int *hit; /* |hit| = ncells and hitᵢ ∈ {0,1} */ - int sunk; }; struct Map |