cleanup (and don't ignore m_Cancel)
This commit is contained in:
@@ -119,8 +119,7 @@ void ScreenEnding::Init()
|
|||||||
|
|
||||||
void ScreenEnding::Input( const InputEventPlus &input )
|
void ScreenEnding::Input( const InputEventPlus &input )
|
||||||
{
|
{
|
||||||
bool bIsTransitioning = m_In.IsTransitioning() || m_Out.IsTransitioning();
|
if( input.MenuI.IsValid() && !IsTransitioning() )
|
||||||
if( input.MenuI.IsValid() && !bIsTransitioning )
|
|
||||||
{
|
{
|
||||||
switch( input.MenuI.button )
|
switch( input.MenuI.button )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user