Fixed compiler warning.
This commit is contained in:
parent
c6cef53c99
commit
f371a019c6
@ -67,7 +67,7 @@ void WaitingForOthersScreen::onUpdate(float dt)
|
|||||||
const std::vector<STKPeer*>& peers = STKHost::get()->getPeers();
|
const std::vector<STKPeer*>& peers = STKHost::get()->getPeers();
|
||||||
RaceConfig* config = STKHost::get()->getGameSetup()->getRaceConfig();
|
RaceConfig* config = STKHost::get()->getGameSetup()->getRaceConfig();
|
||||||
core::stringw w;
|
core::stringw w;
|
||||||
for (int i = 0; i < peers.size(); i++)
|
for (unsigned int i = 0; i < peers.size(); i++)
|
||||||
{
|
{
|
||||||
//race_manager->get
|
//race_manager->get
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user