Changeset - r2582:b35462484886
[Not reviewed]
master
0 1 0
tron - 18 years ago 2005-11-02 16:05:45
tron@openttd.org
(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)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
newgrf.c
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)