ESC shouldn't close texture pack download dialog

This commit is contained in:
UnknownShadow200 2021-11-03 21:11:46 +11:00
parent 16ad02e0ae
commit 114aa2f666

View file

@ -3691,7 +3691,8 @@ static const struct ScreenVTABLE TexPackOverlay_VTABLE = {
void TexPackOverlay_Show(const cc_string* url) {
struct TexPackOverlay* s = &TexPackOverlay;
s->grabsInput = true;
s->closable = true;
/* Too easy to accidentally ESC this important dialog*/
/* s->closable= true; */
s->VTABLE = &TexPackOverlay_VTABLE;
String_InitArray(s->url, s->_urlBuffer);