equal
deleted
inserted
replaced
4225 | (1 << 0x03) // semaphores |
4225 | (1 << 0x03) // semaphores |
4226 | (0 << 0x0B) // enhancedgui |
4226 | (0 << 0x0B) // enhancedgui |
4227 | (0 << 0x0C) // newagerating |
4227 | (0 << 0x0C) // newagerating |
4228 | ((_patches.build_on_slopes ? 1 : 0) << 0x0D) // buildonslopes |
4228 | ((_patches.build_on_slopes ? 1 : 0) << 0x0D) // buildonslopes |
4229 | ((_patches.full_load_any ? 1 : 0) << 0x0E) // fullloadany |
4229 | ((_patches.full_load_any ? 1 : 0) << 0x0E) // fullloadany |
4230 | (0 << 0x0F) // planespeed |
4230 | (1 << 0x0F) // planespeed - TODO depends on patch when implemented |
4231 | (0 << 0x10) // moreindustriesperclimate - obsolete |
4231 | (0 << 0x10) // moreindustriesperclimate - obsolete |
4232 | (0 << 0x11) // moretoylandfeatures |
4232 | (0 << 0x11) // moretoylandfeatures |
4233 | (1 << 0x12) // newstations |
4233 | (1 << 0x12) // newstations |
4234 | (0 << 0x13) // tracktypecostdiff |
4234 | (0 << 0x13) // tracktypecostdiff |
4235 | (1 << 0x14) // manualconvert |
4235 | (1 << 0x14) // manualconvert |