Add new flag combo

This commit is contained in:
Martin Benjamins
2024-05-29 22:24:49 +02:00
parent 1e4959398e
commit 2469af4e61

View File

@@ -1097,6 +1097,7 @@ namespace DBDefsDumper
return ("int", 8);
case 0 | FieldFlags.f_unsigned | 0 | 0:
case 0 | FieldFlags.f_unsigned | FieldFlags.f_maybe_compressed | 0:
case 0 | FieldFlags.f_unsigned | FieldFlags.f_maybe_compressed | FieldFlags.f_maybe_fk:
return ("uint", 8);
default:
throw new Exception("Unknown flag combination!");