Codechange: Use EnumBitSet for HouseExtraFlags.
This commit is contained in:
committed by
Peter Nelson
parent
2c7b3bb55d
commit
113205c540
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user