mirror of
https://github.com/glest/glest-source.git
synced 2025-10-02 18:36:48 +02:00
- special text color override setting will only apply to non in-game text (useful when videos clash with menu text colors)
This commit is contained in:
@@ -3361,12 +3361,6 @@ int glestMain(int argc, char** argv) {
|
||||
UPNP_Tools::isUPNP = !config.getBool("DisableUPNP","false");
|
||||
Texture::useTextureCompression = config.getBool("EnableTextureCompression","false");
|
||||
|
||||
if(config.getString("CustomMenuTextColor","") != "") {
|
||||
string customMenuTextColor = config.getString("CustomMenuTextColor");
|
||||
Vec3f customTextColor = Vec3f::strToVec3(customMenuTextColor);
|
||||
GraphicComponent::setCustomTextColor(customTextColor);
|
||||
}
|
||||
|
||||
// 256 for English
|
||||
// 30000 for Chinese
|
||||
Font::charCount = config.getInt("FONT_CHARCOUNT",intToStr(Font::charCount).c_str());
|
||||
|
Reference in New Issue
Block a user