From ed27475f9a38b319cad29269e9d747da9587240b Mon Sep 17 00:00:00 2001 From: rodri Date: Fri, 15 Sep 2023 11:02:47 +0000 Subject: fit client to the new architecture. clean things up, make them more consistent. --- dat.h | 1 - 1 file changed, 1 deletion(-) (limited to 'dat.h') 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 -- cgit v1.2.3