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
View File
@@ -1,4 +1,6 @@
Changes towards version 0.3:
- Left and Right directions disabled in fuel screen (bug #452), from
Paxtez
- Syreen don't rejoice until victory truly is theirs (bug #451), from
Nic
- Guardian in Blazer mode being drained by DOGI will no longer
+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);