Added the escape pod entry in the joystick configuration menu,

following to the changes introduced in r3808.


git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3818 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
getafix 2010-11-15 23:10:31 +00:00
parent 2ba5c6d0d3
commit f2b95b7606
2 changed files with 6 additions and 0 deletions

View File

@ -1065,6 +1065,7 @@
"stickmapper-view-starboard" = "View Starboard";
"stickmapper-prime-equipment" = "Prime Equipment";
"stickmapper-activate-equipment" = "Activate Equipment";
"stickmapper-escape-pod" = "Escape Pod";
"music-mode" =
(

View File

@ -487,6 +487,11 @@ MA 02110-1301, USA.
allowable: HW_BUTTON
axisfn: STICK_NOFUNCTION
butfn: BUTTON_PRECISION]];
[funcList addObject:
[self makeStickGuiDict: DESC(@"stickmapper-escape-pod")
allowable: HW_BUTTON
axisfn: STICK_NOFUNCTION
butfn: BUTTON_ESCAPE]];
[funcList addObject:
[self makeStickGuiDict: DESC(@"stickmapper-view-forward")
allowable: HW_AXIS|HW_BUTTON