aboutsummaryrefslogtreecommitdiff
path: root/dat.h
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 /dat.h
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 'dat.h')
-rw-r--r--dat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dat.h b/dat.h
index 01ee61e..f72296c 100644
--- a/dat.h
+++ b/dat.h
@@ -49,7 +49,6 @@ struct Ship
int orient;
int ncells;
int *hit; /* |hit| = ncells and hitᵢ ∈ {0,1} */
- int sunk;
};
struct Map