Reset input delay upon leaving Supermelee; bug #1022

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3545 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2010-06-02 18:26:41 +00:00
parent 454aa02f78
commit 0ef4f37660
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -1453,6 +1453,9 @@ FreeMeleeInfo (MELEE_STATE *pMS)
#ifdef NETPLAY
closeAllConnections ();
// Clear the input delay in case we will go into the full game later.
// Must be done after the net connections are closed.
setupInputDelay (0);
#endif
}