rename back -> cancel because "back" conflicts with "background"

This commit is contained in:
Chris Danford
2005-03-20 06:14:41 +00:00
parent 1ab61d7dde
commit 48e6cb1a69
27 changed files with 55 additions and 56 deletions
+2 -2
View File
@@ -508,7 +508,7 @@ void ScreenOptions::Input( const DeviceInput& DeviceI, const InputEventType sele
{
/* Allow input when transitioning in (m_In.IsTransitioning()), but ignore it
* when we're transitioning out. */
if( m_Back.IsTransitioning() || m_Out.IsTransitioning() || m_fLockInputSecs > 0 )
if( m_Cancel.IsTransitioning() || m_Out.IsTransitioning() || m_fLockInputSecs > 0 )
return;
if( selectType == IET_RELEASE )
@@ -755,7 +755,7 @@ void ScreenOptions::MenuBack( PlayerNumber pn )
{
Screen::MenuBack( pn );
Back( SM_GoToPrevScreen );
Cancel( SM_GoToPrevScreen );
}
bool ScreenOptions::IsOnLastRow( PlayerNumber pn ) const