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
@@ -89,8 +89,8 @@ void ScreenStyleSplash::MenuBack( PlayerNumber pn )
if(IsTransitioning())
return;
this->ClearMessageQueue();
Back( SM_GoToPrevScreen );
SOUND->PlayOnce( THEME->GetPathS("menu","back") );
Cancel( SM_GoToPrevScreen );
SOUND->PlayOnce( THEME->GetPathS("menu","cancel") );
}
void ScreenStyleSplash::DrawPrimitives()