mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-19 15:25:39 +00:00
(svn r11203) -Codechange: Raise the TTDPatch version a little higher, as some new features will be shortly exploitable
This commit is contained in:
parent
95b32d58e7
commit
7c17d394f2
@ -3387,8 +3387,8 @@ static uint32 GetParamVal(byte param, uint32 *cond_val)
|
|||||||
case 0x8B: { // TTDPatch version
|
case 0x8B: { // TTDPatch version
|
||||||
uint major = 2;
|
uint major = 2;
|
||||||
uint minor = 6;
|
uint minor = 6;
|
||||||
uint revision = 0; // special case: 2.0.1 is 2.0.10
|
uint revision = 1; // special case: 2.0.1 is 2.0.10
|
||||||
uint build = 1210;
|
uint build = 1382;
|
||||||
return (major << 24) | (minor << 20) | (revision << 16) | build;
|
return (major << 24) | (minor << 20) | (revision << 16) | build;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user