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:
@@ -1,4 +1,5 @@
|
||||
Changes towards version 0.4:
|
||||
- Flush input after selecting "Navigate" (bug #475) - Michael
|
||||
- Fixed ships in solar system getting displaced after having
|
||||
visited a planet (bug #365) -Alex
|
||||
- Fixed collisions/encounters with "invisible" fleeing ships
|
||||
|
||||
@@ -1300,6 +1300,7 @@ DoFlagshipCommands (PMENU_STATE pMS)
|
||||
|
||||
SetSemaphore (GraphicsSem);
|
||||
pMS->CurState = 0;
|
||||
FlushInput ();
|
||||
ClearSemaphore (GraphicsSem);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user