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:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user