Fuel keys normalized to match crew and menu keys (#452), from Paxtez

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1158 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2003-08-31 07:03:32 +00:00
parent 5e8084cc92
commit db01c3c841
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -517,7 +517,7 @@ ChangeFuelQuantity ()
r.extent.height = 1;
if (CurrentMenuState.left || CurrentMenuState.up)
if (CurrentMenuState.up)
{
SetSemaphore (GraphicsSem);
SetContext (SpaceContext);
@@ -543,7 +543,7 @@ ChangeFuelQuantity ()
}
ClearSemaphore (GraphicsSem);
}
else if (CurrentMenuState.right || CurrentMenuState.down)
else if (CurrentMenuState.down)
{
SetSemaphore (GraphicsSem);
SetContext (SpaceContext);