update to 1.5.1-RC1
--HG-- branch : openttd
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
/* $Id: texteff.cpp 26482 2014-04-23 20:13:33Z rubidium $ */
|
||||
/* $Id: texteff.cpp 27271 2015-05-08 17:30:07Z frosch $ */
|
||||
|
||||
/*
|
||||
* This file is part of OpenTTD.
|
||||
@@ -114,7 +114,7 @@ void DrawTextEffects(DrawPixelInfo *dpi)
|
||||
for (TextEffect *te = _text_effects.Begin(); te != end; te++) {
|
||||
if (te->string_id == INVALID_STRING_ID) continue;
|
||||
if (te->mode == TE_RISING || (_settings_client.gui.loading_indicators && !IsTransparencySet(TO_LOADING))) {
|
||||
ViewportAddString(dpi, ZOOM_LVL_OUT_8X, te, te->string_id, te->string_id - 1, 0, te->params_1, te->params_2);
|
||||
ViewportAddString(dpi, ZOOM_LVL_OUT_8X, te, te->string_id, te->string_id - 1, STR_NULL, te->params_1, te->params_2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user