From 6b7c0d80ac37ceac56ccaf4e5578f7b3a380637a Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 31 Jan 2001 16:15:27 +0000 Subject: [PATCH] --- source/frontend/start.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/frontend/start.cpp b/source/frontend/start.cpp index 90e1f94b4..94a4a34e4 100644 --- a/source/frontend/start.cpp +++ b/source/frontend/start.cpp @@ -152,7 +152,7 @@ void CFrontEndStart::think(int _frames) if(!m_shuttingDown) { /////////// PKG -if(PadGetDown(0)&PAD_START) + if(PadGetDown(0)&PAD_START&&!CFader::isFading()) { m_selectedSlot=0; }