Jeck - Final theme updates. Reverted backdrop.jpg to 255H, expanded wood.png to 32H, though only 28 are used (to prevent gray box issue). Also minor change to OptionItem.cpp so that themeinfo.txt loads on Default theme.
This commit is contained in:
@@ -677,7 +677,10 @@ void OptionTheme::Render(){
|
||||
if(!bChecked){
|
||||
author = "";
|
||||
bChecked = true;
|
||||
sprintf(buf,RESPATH"/themes/%s/themeinfo.txt",selections[value].c_str());
|
||||
if(selections[value] == "Default")
|
||||
sprintf(buf,RESPATH"/graphics/themeinfo.txt");
|
||||
else
|
||||
sprintf(buf,RESPATH"/themes/%s/themeinfo.txt",selections[value].c_str());
|
||||
std::ifstream file(buf);
|
||||
if(file){
|
||||
string temp;
|
||||
|
||||
Reference in New Issue
Block a user