Settings: Adjust types some to fix saveload size mismatches

This commit is contained in:
Jonathan G Rennison
2023-12-17 13:33:21 +00:00
parent 2e06374f6f
commit a993b3e961
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
/**
* Zoning evaluation modes
*/
enum ZoningEvaluationMode {
enum ZoningEvaluationMode : uint8 {
ZEM_NOTHING = 0, ///< No zoning action selected
ZEM_AUTHORITY, ///< Check the local authority's opinion.
ZEM_CAN_BUILD, ///< Check wither or not the player can build.