diff options
author | peter1138 <peter1138@openttd.org> | 2006-05-01 12:07:44 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-05-01 12:07:44 +0000 |
commit | 53d27e262977a1431112e5c66fe495f1de1ef81c (patch) | |
tree | b09064a26eed7f302ad6e6660cddb73fb4aa17ce | |
parent | 8cc28230d7de0299f0675e7dfa16543a8fdf276f (diff) | |
download | openttd-53d27e262977a1431112e5c66fe495f1de1ef81c.tar.xz |
(svn r4645) - NewGRF: pretend to be the last alpha version of TTDPatch in our version value.
-rw-r--r-- | newgrf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1998,7 +1998,7 @@ static void SkipIf(byte *buf, int len) uint major = 2; uint minor = 0; uint revision = 10; // special case: 2.0.1 is 2.0.10 - uint build = 49; + uint build = 73; param_val = (major << 24) | (minor << 20) | (revision << 16) | (build * 10); break; } |