Codechange: Un-bitstuff town-related commands.

This commit is contained in:
Michael Lutz
2021-11-17 23:54:46 +01:00
parent e08b3abe7f
commit 1a42a8a5d5
6 changed files with 86 additions and 106 deletions

View File

@@ -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.