Fixed compiler warning.

This commit is contained in:
hiker 2016-03-09 07:49:27 +11:00
parent c6cef53c99
commit f371a019c6

View File

@ -67,7 +67,7 @@ void WaitingForOthersScreen::onUpdate(float dt)
const std::vector<STKPeer*>& peers = STKHost::get()->getPeers();
RaceConfig* config = STKHost::get()->getGameSetup()->getRaceConfig();
core::stringw w;
for (int i = 0; i < peers.size(); i++)
for (unsigned int i = 0; i < peers.size(); i++)
{
//race_manager->get