Codechange: Un-bitstuff town-related commands.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user