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