Fixed warning
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5904 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
e4b1d27aca
commit
3154a8c23b
@ -116,7 +116,7 @@ void RaceResultGUI::enableAllButtons()
|
||||
// Make sure that when 'fire' is pressed accidentally (e.g. pressing fire
|
||||
// very often to skip all results) that a good default is chosen (to
|
||||
// avoid aborting a GP by accident).
|
||||
for(unsigned int i=0; i<MAX_PLAYER_COUNT; i++)
|
||||
for(int i=0; i<MAX_PLAYER_COUNT; i++)
|
||||
top->setFocusForPlayer(i);
|
||||
|
||||
} // enableAllButtons
|
||||
|
Loading…
Reference in New Issue
Block a user