forked from mirror/OpenTTD
(svn r19053) -Codechange: Add an enum for the special flags of industry tiles. (based on andythenorth' work)
This commit is contained in:
@@ -2160,7 +2160,7 @@ static ChangeInfoResult IndustrytilesChangeInfo(uint indtid, int numinfo, int pr
|
||||
break;
|
||||
|
||||
case 0x12: // Special flags
|
||||
tsp->animation_special_flags = buf->ReadByte();
|
||||
tsp->special_flags = (IndustryTileSpecialFlags)buf->ReadByte();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user