File diff r5642:6ec2b3b926ff → r5643:f4144f9d438e
src/newgrf_gui.cpp
Show inline comments
 
@@ -50,7 +50,7 @@ static void ShowNewGRFInfo(const GRFConf
 
	}
 

	
 
	/* Prepare and draw GRF ID */
 
	snprintf(buff, lengthof(buff), "%08X", (uint32)BSWAP32(c->grfid));
 
	snprintf(buff, lengthof(buff), "%08X", BSWAP32(c->grfid));
 
	SetDParamStr(0, buff);
 
	y += DrawStringMultiLine(x, y, STR_NEWGRF_GRF_ID, w);