-fixed pointers displayed of players who are not connected

to wiiflow (issue 69)
This commit is contained in:
fix94.1 2012-05-31 10:44:51 +00:00
parent 461e496e7b
commit 9c10b4c454

View File

@ -10,6 +10,7 @@ void CMenu::SetupInput(bool reset_pos)
{
if(reset_pos)
{
m_show_pointer[chan] = false;
stickPointer_x[chan] = (m_vid.width() + m_cursor[chan].width())/2;
stickPointer_y[chan] = (m_vid.height() + m_cursor[chan].height())/2;
}