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:
mcmartin
2003-09-10 11:09:37 +00:00
parent 7af90d69d0
commit ace6ecaa5b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1300,6 +1300,7 @@ DoFlagshipCommands (PMENU_STATE pMS)
SetSemaphore (GraphicsSem);
pMS->CurState = 0;
FlushInput ();
ClearSemaphore (GraphicsSem);
break;
}