MENU_BUTTON_ -> GAME_BUTTON_

This commit is contained in:
Chris Danford
2008-05-21 05:36:09 +00:00
parent f179a6d34b
commit d377c2b1a4
18 changed files with 111 additions and 111 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ void ScreenEnding::Input( const InputEventPlus &input )
{
switch( input.MenuI )
{
case MENU_BUTTON_START:
case GAME_BUTTON_START:
SCREENMAN->PostMessageToTopScreen( SM_BeginFadingOut, 0 );
break;
}