From f4dcf22f2c3f90e4fc4eea07e776f634e492641f Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 1 May 2006 12:07:44 +0000 Subject: [PATCH] (svn r4645) - NewGRF: pretend to be the last alpha version of TTDPatch in our version value. --- newgrf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newgrf.c b/newgrf.c index 25e9839af7..6d0735bb3e 100644 --- a/newgrf.c +++ b/newgrf.c @@ -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; }