Flush input after selecting "Navigate"
This fixes some menu/thrust confusion that broke autopilot (bug #475) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1221 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1300,6 +1300,7 @@ DoFlagshipCommands (PMENU_STATE pMS)
|
||||
|
||||
SetSemaphore (GraphicsSem);
|
||||
pMS->CurState = 0;
|
||||
FlushInput ();
|
||||
ClearSemaphore (GraphicsSem);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user