Codechange: Use EnumBitSet for HouseExtraFlags.

This commit is contained in:
Peter Nelson
2025-01-25 20:25:01 +00:00
committed by Peter Nelson
parent 2c7b3bb55d
commit 113205c540
5 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -2607,7 +2607,7 @@ static ChangeInfoResult TownHouseChangeInfo(uint first, uint last, int prop, Byt
break;
case 0x19: // Extra flags
housespec->extra_flags = (HouseExtraFlags)buf.ReadByte();
housespec->extra_flags = static_cast<HouseExtraFlags>(buf.ReadByte());
break;
case 0x1A: // Animation frames