Fixed compiler warning.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11731 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
0adcd00342
commit
3a6133f6d6
@ -913,7 +913,7 @@ void RaceResultGUI::displayHighScores()
|
||||
irr::core::stringw player_name;
|
||||
|
||||
// prevent excessive long name
|
||||
int max_characters = 15;
|
||||
unsigned int max_characters = 15;
|
||||
float time;
|
||||
for (int i = 0; i < scores->getNumberEntries(); i++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user