Changeset - r15592:ff970b802fb2
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2010-07-31 20:04:14
rubidium@openttd.org
(svn r20263) -Change: only show the NewGRF version when newgrf_developer_tools are enabled
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf_gui.cpp
Show inline comments
 
@@ -81,7 +81,7 @@ static void ShowNewGRFInfo(const GRFConf
 
	SetDParamStr(0, buff);
 
	y = DrawStringMultiLine(x, right, y, bottom, STR_NEWGRF_SETTINGS_GRF_ID);
 

	
 
	if (c->version != 0) {
 
	if (_settings_client.gui.newgrf_developer_tools && c->version != 0) {
 
		SetDParam(0, c->version);
 
		y = DrawStringMultiLine(x, right, y, bottom, STR_NEWGRF_SETTINGS_VERSION);
 
	}
0 comments (0 inline, 0 general)