1
0
Fork 0

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

release/0.6
celestar 2007-06-13 15:24:40 +00:00
parent 91420c0d8d
commit 5f1791bfb1
1 changed files with 1 additions and 1 deletions

View File

@ -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