This commit is contained in:
Glenn Maynard
2007-05-04 16:58:15 +00:00
parent 4abfc6cfb0
commit 9d6d789d9e
+1 -1
View File
@@ -79,7 +79,7 @@ void ScreenBookkeeping::MenuStart( const InputEventPlus &input )
void ScreenBookkeeping::MenuBack( const InputEventPlus &input ) void ScreenBookkeeping::MenuBack( const InputEventPlus &input )
{ {
if(!IsTransitioning()) if( !IsTransitioning() )
{ {
SCREENMAN->PlayStartSound(); SCREENMAN->PlayStartSound();
StartTransitioningScreen( SM_GoToPrevScreen ); StartTransitioningScreen( SM_GoToPrevScreen );