Um, I didn't actually change that. Stupid IDE...
This commit is contained in:
@@ -236,7 +236,7 @@ try_element_again:
|
||||
ret = GetPathTo( BASE_THEME_NAME, category, sFileName);
|
||||
if( !ret.empty() ) // we found something
|
||||
return ret;
|
||||
else if( bOptional )
|
||||
else if( bOptional )
|
||||
return "";
|
||||
|
||||
CString sCategory = ELEMENT_CATEGORY_STRING[category];
|
||||
|
||||
Reference in New Issue
Block a user