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
@@ -69,7 +69,7 @@ void ScreenCenterImage::Input( const DeviceInput& DeviceI, const InputEventType
return;
case MENU_BUTTON_BACK:
SCREENMAN->PlayBackSound();
SCREENMAN->PlayCancelSound();
StartTransitioning( SM_GoToPrevScreen );
return;
}