mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r10141) -Fix (FS#848, r8973): Set the newgrf bit for realistic plane speeds (bulb)
This commit is contained in:
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…
Reference in New Issue
Block a user