Fixed typo (which only happens when compiling with wiimote).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13584 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
dadca72349
commit
abef4345c5
@ -111,7 +111,7 @@ void WiimoteManager::launchDetection(int timeout)
|
|||||||
wiiuse_rumble(wiimote_handle, 1);
|
wiiuse_rumble(wiimote_handle, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
Timer::sleep(200);
|
Time::sleep(200);
|
||||||
|
|
||||||
for(unsigned int i=0 ; i < m_wiimotes.size(); i++)
|
for(unsigned int i=0 ; i < m_wiimotes.size(); i++)
|
||||||
{
|
{
|
||||||
@ -285,7 +285,7 @@ void WiimoteManager::threadFunc()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Timer::sleep(1); // 'cause come on, the whole CPU is not ours :)
|
Time::sleep(1); // 'cause come on, the whole CPU is not ours :)
|
||||||
} // end while
|
} // end while
|
||||||
} // threadFunc
|
} // threadFunc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user