@@ -1724,7 +1724,7 @@ static void VehicleNewName(byte *buf, int len)
uint16id;
uint16endid;
constchar*name;
boolnew_scheme=_cur_grffile->grf_version<7;
boolnew_scheme=_cur_grffile->grf_version>=7;
check_length(len,6,"VehicleNewName");
buf++;
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.