From 89504728b8c1181f6f4481c80cb63b559db1932e Mon Sep 17 00:00:00 2001 From: skeezix Date: Sun, 23 Jan 2011 21:44:57 -0500 Subject: [PATCH] Fix for About screen instant-vanish --- minimenu/mmui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimenu/mmui.c b/minimenu/mmui.c index add1cfb..4b61f78 100644 --- a/minimenu/mmui.c +++ b/minimenu/mmui.c @@ -2793,7 +2793,7 @@ void ui_aboutscreen ( char *textpath ) { SDL_Event e; - if ( SDL_PeepEvents ( &e, 1, SDL_GETEVENT, SDL_EVENTMASK(SDL_KEYUP|SDL_KEYDOWN) ) > 0 ) { + if ( SDL_PeepEvents ( &e, 1, SDL_GETEVENT, SDL_EVENTMASK(/*SDL_KEYUP|*/SDL_KEYDOWN) ) > 0 ) { return; } -- 2.39.2