(svn r19053) -Codechange: Add an enum for the special flags of industry tiles. (based on andythenorth' work)

This commit is contained in:
frosch
2010-02-07 12:04:44 +00:00
parent 76dbdca2f8
commit fb9b833dc4
4 changed files with 13 additions and 4 deletions

View File

@@ -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: