(svn r9690) -Codechange: Update another couple of NewGRF TTDPatch flags
authorpeter1138
Fri, 20 Apr 2007 17:23:33 +0000
changeset 7003 002f14bf45e0
parent 7002 8e0579acba55
child 7004 a841bf508c46
(svn r9690) -Codechange: Update another couple of NewGRF TTDPatch flags
src/newgrf.cpp
--- a/src/newgrf.cpp	Fri Apr 20 17:08:55 2007 +0000
+++ b/src/newgrf.cpp	Fri Apr 20 17:23:33 2007 +0000
@@ -4104,6 +4104,7 @@
 	                   |                                        (0 << 0x0B)  // enhancedgui
 	                   |                                        (0 << 0x0C)  // newagerating
 	                   |       ((_patches.build_on_slopes ? 1 : 0) << 0x0D)  // buildonslopes
+	                   |         ((_patches.full_load_any ? 1 : 0) << 0x0E)  // fullloadany
 	                   |                                        (0 << 0x0F)  // planespeed
 	                   |                                        (0 << 0x10)  // moreindustriesperclimate - obsolete
 	                   |                                        (0 << 0x11)  // moretoylandfeatures
@@ -4145,7 +4146,8 @@
 	                   |                                        (0 << 0x14)  // trams
 	                   |                                        (0 << 0x15)  // enhancetunnels
 	                   |                                        (0 << 0x16)  // shortrvs
-	                   |                                        (0 << 0x17); // articulatedrvs
+	                   |                                        (0 << 0x17)  // articulatedrvs
+	                   |                                        (1 << 0x1E); // variablerunningcosts
 }
 
 static void ResetCustomStations()