MenuButton -> GameButton

This commit is contained in:
Glenn Maynard
2007-01-13 03:47:36 +00:00
parent 434e603026
commit 58065fa455
7 changed files with 61 additions and 61 deletions
+1 -1
View File
@@ -347,7 +347,7 @@ EditButton ScreenEdit::DeviceToEdit( const DeviceInput &DeviceI ) const
}
/* Given a DeviceInput that was just depressed, return an active edit function. */
EditButton ScreenEdit::MenuButtonToEditButton( MenuButton MenuI ) const
EditButton ScreenEdit::MenuButtonToEditButton( GameButton MenuI ) const
{
const MapEditButtonToMenuButton *pCurrentMap = GetCurrentMenuButtonMap();