Fixed issues with active players and input (were not resetted properly)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4624 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
cf87636737
commit
411dffeea2
@ -99,7 +99,7 @@ void StateManager::resetActivePlayers()
|
|||||||
{
|
{
|
||||||
m_active_players[i].setDevice(NULL);
|
m_active_players[i].setDevice(NULL);
|
||||||
}
|
}
|
||||||
m_active_players.clearWithoutDeleting();
|
m_active_players.clearAndDeleteAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user