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:
auria 2010-02-03 01:52:42 +00:00
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