summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-01-04 11:06:39 +0000
committerfrosch <frosch@openttd.org>2011-01-04 11:06:39 +0000
commitd9305ef99d0159415b5217c3966ff678ff89c893 (patch)
treef237e2cb79b3c4f1ec083e5e4f1cee7f79639711 /src/newgrf.cpp
parent80591d73c1d0827f1f20685ae7c93172a7fea217 (diff)
downloadopenttd-d9305ef99d0159415b5217c3966ff678ff89c893.tar.xz
(svn r21708) -Add: [NewGRF] Report TTDPatch flag 4A (newobjects) as set.
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index 580ad49e2..4fb8fa78e 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -6904,6 +6904,7 @@ static void InitializeGRFSpecial()
_ttdpatch_flags[2] = (1 << 0x01) // loadallgraphics - obsolote
| (1 << 0x03) // semaphores
+ | (1 << 0x0A) // newobjects
| (0 << 0x0B) // enhancedgui
| (0 << 0x0C) // newagerating
| ((_settings_game.construction.build_on_slopes ? 1 : 0) << 0x0D) // buildonslopes