(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)
@@ -1920,7 +1920,7 @@ static void SkipIf(byte *buf, int len)
}
case0x8D:/* TTD Version, 00=DOS, 01=Windows */
param_val=1;
param_val=!_use_dos_palette;
break;
case0x8E:
param_val=_traininfo_vehicle_pitch;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.