(svn r20620) -Codechange: rename airporttile's callback_flags to callback_mask, so it's the same for all NewGRF features with callbacks

This commit is contained in:
rubidium
2010-08-26 11:18:32 +00:00
parent 134712ec64
commit 193800e0fa
4 changed files with 7 additions and 7 deletions

View File

@@ -3114,8 +3114,8 @@ static ChangeInfoResult AirportTilesChangeInfo(uint airtid, int numinfo, int pro
break;
}
case 0x0E: // Callback flags
tsp->callback_flags = buf->ReadByte();
case 0x0E: // Callback mask
tsp->callback_mask = buf->ReadByte();
break;
case 0x0F: // Animation information