(svn r10141) -Fix (FS#848, r8973): Set the newgrf bit for realistic plane speeds (bulb)
authorcelestar
Wed, 13 Jun 2007 15:24:40 +0000
changeset 7390 00eb344ff13f
parent 7389 d8bc6472130b
child 7391 1fec0c1b204f
(svn r10141) -Fix (FS#848, r8973): Set the newgrf bit for realistic plane speeds (bulb)
src/newgrf.cpp
--- a/src/newgrf.cpp	Wed Jun 13 15:22:28 2007 +0000
+++ b/src/newgrf.cpp	Wed Jun 13 15:24:40 2007 +0000
@@ -4227,7 +4227,7 @@
 	                   |                                        (0 << 0x0C)  // newagerating
 	                   |       ((_patches.build_on_slopes ? 1 : 0) << 0x0D)  // buildonslopes
 	                   |         ((_patches.full_load_any ? 1 : 0) << 0x0E)  // fullloadany
-	                   |                                        (0 << 0x0F)  // planespeed
+	                   |                                        (1 << 0x0F)  // planespeed - TODO depends on patch when implemented
 	                   |                                        (0 << 0x10)  // moreindustriesperclimate - obsolete
 	                   |                                        (0 << 0x11)  // moretoylandfeatures
 	                   |                                        (1 << 0x12)  // newstations