mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
msgbox: deobfuscate assignment of default result value
This commit is contained in:
@@ -101,10 +101,8 @@ void CMsgBox::init(const int& Height, const int& ShowButtons, const msg_result_t
|
||||
shadow = CC_SHADOW_ON;
|
||||
|
||||
//set result
|
||||
if (Default_result != mbrNone)
|
||||
result = default_result = Default_result;
|
||||
else
|
||||
result = mbrNone;
|
||||
result = default_result = Default_result;
|
||||
|
||||
//add and initialize footer buttons with required buttons and basic properties
|
||||
if (ShowButtons > -1)
|
||||
mb_show_button = ShowButtons;
|
||||
|
Reference in New Issue
Block a user