Bug#603600: Can reproduce, maybe a bugfix is availible

2019-10-10 Thread Dirk Heilig
Hi, i experience the the same or a similar bug. It seems that https://github.com/Enigma-Game/Enigma/pull/21 fixes this bug. I did not build sayed version since the documentation does not work against master, there is no ./configure. The bug only occurs in windowed-mode, which is a good indicator

Bug#603600: Info received (Can reproduce, maybe a bugfix is availible)

2019-10-11 Thread Dirk Heilig
i've manged to build the version currently used in debian buster with this patch applied to src/client.cc: 229,230d228 < if (e.active.gain == 0 && !video::IsFullScreen()) < show_menu(false); Which is basically the linked change. At least for me, this solves my issue.