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

@@ -23,7 +23,7 @@ enum SignalVariant {
/** Type of signal, i.e. how does the signal behave? */
enum SignalType {
enum SignalType : uint8 {
SIGTYPE_NORMAL = 0, ///< normal signal
SIGTYPE_ENTRY = 1, ///< presignal block entry
SIGTYPE_EXIT = 2, ///< presignal block exit