This commit is contained in:
Glenn Maynard
2006-09-14 05:18:40 +00:00
parent 6ab3e33490
commit 3fe68d7f7d
7 changed files with 9 additions and 16 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ void ScreenNetRoom::Init()
void ScreenNetRoom::Input( const InputEventPlus &input )
{
if (((input.MenuI.button == MENU_BUTTON_LEFT) || (input.MenuI.button == MENU_BUTTON_RIGHT)) && (input.type == IET_RELEASE))
if ((input.MenuI == MENU_BUTTON_LEFT || input.MenuI == MENU_BUTTON_RIGHT) && input.type == IET_RELEASE)
m_RoomWheel.Move(0);
ScreenNetSelectBase::Input( input );