Fixed compiler warning.
This commit is contained in:
parent
d9e806f610
commit
5c66273712
@ -451,7 +451,7 @@ void RaceResultGUI::determineTableLayout()
|
||||
float max_finish_time = 0;
|
||||
|
||||
for (int source_pos = 1, dest_pos = 0;
|
||||
dest_pos < num_karts; source_pos++, dest_pos++)
|
||||
dest_pos < (int)num_karts; source_pos++, dest_pos++)
|
||||
{
|
||||
const AbstractKart *kart = rank_world->getKartAtPosition(source_pos);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user