Fixed non-network mode.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2256 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2008-09-09 04:35:35 +00:00
parent e4c646c0c5
commit efa41d9d84

View File

@@ -352,7 +352,7 @@ void NetworkManager::sendToServer(Message &m)
void NetworkManager::switchToCharacterSelection()
{
// This is called the first time the character selection menu is displayed
assert(m_state == NS_NONE);
if(m_mode==NW_CLIENT)
{
// Change state to wait for list of characters from server