mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r10141) -Fix (FS#848, r8973): Set the newgrf bit for realistic plane speeds (bulb)
This commit is contained in:
parent
91420c0d8d
commit
5f1791bfb1
@ -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