JANITORIAL: Simply use *x instead of *x.get() on smart pointers.
This commit is contained in:
parent
612bfe4092
commit
e40ba4c135
15 changed files with 231 additions and 241 deletions
|
@ -360,7 +360,7 @@ int GUI_v2::processButtonList(Button *buttonList, uint16 inputFlag, int8 mouseWh
|
|||
|
||||
if (buttonList->buttonCallback) {
|
||||
_vm->removeInputTop();
|
||||
if ((*buttonList->buttonCallback.get())(buttonList))
|
||||
if ((*buttonList->buttonCallback)(buttonList))
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue