From 422a8654e39b1e7fa793b6aa71daeae11fb4279e Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 2 Nov 2005 16:05:45 +0000 Subject: (svn r3119) Don't pretend to be the Windows version of TTD all the time. When being asked answer according to _use_dos_palette. (Suggestion by Belugas) --- newgrf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newgrf.c') diff --git a/newgrf.c b/newgrf.c index b745522ed..d61e98d43 100644 --- a/newgrf.c +++ b/newgrf.c @@ -1920,7 +1920,7 @@ static void SkipIf(byte *buf, int len) } case 0x8D: /* TTD Version, 00=DOS, 01=Windows */ - param_val = 1; + param_val = !_use_dos_palette; break; case 0x8E: param_val = _traininfo_vehicle_pitch; -- cgit v1.2.3-54-g00ecf