From 1a42a8a5d50e917a3b7158feadc70205cf912cba Mon Sep 17 00:00:00 2001 From: Michael Lutz Date: Wed, 17 Nov 2021 23:54:46 +0100 Subject: Codechange: Un-bitstuff town-related commands. --- src/town_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/town_type.h') diff --git a/src/town_type.h b/src/town_type.h index f373a3c04..3ea1a4e98 100644 --- a/src/town_type.h +++ b/src/town_type.h @@ -16,7 +16,7 @@ typedef uint16 TownID; struct Town; /** Supported initial town sizes */ -enum TownSize { +enum TownSize : byte { TSZ_SMALL, ///< Small town. TSZ_MEDIUM, ///< Medium town. TSZ_LARGE, ///< Large town. -- cgit v1.2.3-54-g00ecf