summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-26 11:18:32 +0000
committerrubidium <rubidium@openttd.org>2010-08-26 11:18:32 +0000
commit193800e0faef9711b48cedcf37feb896d9e0c448 (patch)
tree87a4aea07bcd17482ecb0f9d7c89bb1baed02c37 /src/newgrf.cpp
parent134712ec646d02fcc8e99a8bffe7eee02d251e96 (diff)
downloadopenttd-193800e0faef9711b48cedcf37feb896d9e0c448.tar.xz
(svn r20620) -Codechange: rename airporttile's callback_flags to callback_mask, so it's the same for all NewGRF features with callbacks
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index ff881e539..c10e40638 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -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