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:
hikerstk 2013-08-28 11:59:40 +00:00
parent dadca72349
commit abef4345c5

View File

@ -111,7 +111,7 @@ void WiimoteManager::launchDetection(int timeout)
wiiuse_rumble(wiimote_handle, 1);
}
Timer::sleep(200);
Time::sleep(200);
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
} // threadFunc