(svn r10141) -Fix (FS#848, r8973): Set the newgrf bit for realistic plane speeds (bulb)

pull/155/head
celestar 18 years ago
parent d88f4bc78c
commit 8d623faf0d

@ -4227,7 +4227,7 @@ static void InitializeGRFSpecial()
| (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

Loading…
Cancel
Save