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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user