Overrides - Fixed incorrect "no overrides" text
This commit is contained in:
parent
0a06593f97
commit
8ec79f591d
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ void T_UISync::makeOverridesWindow( )
|
||||||
if ( sos.title == "*root*" ) {
|
if ( sos.title == "*root*" ) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
found = true;
|
||||||
return HandleOverrideSection_( sos , exit , stack );
|
return HandleOverrideSection_( sos , exit , stack );
|
||||||
}
|
}
|
||||||
if ( exit ) {
|
if ( exit ) {
|
||||||
|
|
Loading…
Reference in a new issue