Leave planet-side with 'Esc' key. Matches PC behaviour, and the manual:
If your crew level starts dropping dramatically, flee quickly with the ESCAPE key! the keys that trigger leaving planetside are button3, left-shift or Esc git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@865 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1586,7 +1586,8 @@ SetVelocityComponents (
|
||||
#endif
|
||||
}
|
||||
else if (pMS->delta_item == 0
|
||||
|| (HIBYTE (pMS->delta_item) && ((InputState & (DEVICE_BUTTON3 | DEVICE_LEFTSHIFT))
|
||||
|| (HIBYTE (pMS->delta_item)
|
||||
&& ((InputState & (DEVICE_BUTTON3 | DEVICE_LEFTSHIFT | DEVICE_BUTTON4))
|
||||
|| (
|
||||
(PPLANETSIDE_DESC)pMenuState->ModuleFrame
|
||||
)->InTransit)))
|
||||
|
||||
Reference in New Issue
Block a user