Skip to content

Commit 52c4f9d

Browse files
author
livecodeali
committed
[ CI 26002 ] Fix uninitialised t_disabled variable
1 parent a0efe3b commit 52c4f9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/src/button.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2866,6 +2866,7 @@ void MCButton::activate(Boolean notify, KeySym p_key)
28662866
if (findmenu(true))
28672867
{
28682868
bool t_disabled;
2869+
t_disabled = false;
28692870
MCAutoStringRef t_pick;
28702871

28712872
if (menu != NULL)

0 commit comments

Comments
 (0)