Changeset - r3704:800e58d7d99f
[Not reviewed]
master
0 1 0
peter1138 - 18 years ago 2006-05-01 12:07:44
peter1138@openttd.org
(svn r4645) - NewGRF: pretend to be the last alpha version of TTDPatch in our version value.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
newgrf.c
Show inline comments
 
@@ -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;
 
		}
0 comments (0 inline, 0 general)