Skip to content

Commit

Permalink
Framework: initialize bannerAnimDirection variable
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jan 11, 2023
1 parent f1dfeb1 commit 8ae451a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controls/Framework.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ CMenuFramework::CMenuFramework( const char *name ) : BaseClass( name )
{
memset( m_apBtns, 0, sizeof( m_apBtns ) );
m_iBtnsNum = 0;
bannerAnimDirection = ANIM_NO;
}

CMenuFramework::~CMenuFramework()
Expand Down

0 comments on commit 8ae451a

Please sign in to comment.