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
+1 -1
View File
@@ -60,7 +60,7 @@ void ScreenSplash::MenuBack( PlayerNumber pn )
{
if( IsTransitioning() )
return;
Back( SM_GoToPrevScreen );
Cancel( SM_GoToPrevScreen );
}
void ScreenSplash::MenuStart( PlayerNumber pn )