changeset 16972:098d0476f3b3 draft

(svn r21708) -Add: [NewGRF] Report TTDPatch flag 4A (newobjects) as set.
author frosch <frosch@openttd.org>
date Tue, 04 Jan 2011 11:06:39 +0000
parents b0999e3c9d93
children 740e4edff72e
files src/newgrf.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -6904,6 +6904,7 @@
 
 	_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