mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-26 21:54:22 +01:00
(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