/media/ddnet/src/game/client/ui_ex.cpp:40:5: runtime error: load of value 190, which is not a valid value for type 'bool'
Can't figure this out, asan was also running and found no weird memory overwrite.CUIEx
constructor with arguments is unused and only the default constructor was used but hidden away in the header file therefore missing the initialization.
Closes #4408.