Added ingame option to invert mouse wheel direction (by Iop)

o Howto get synaptic touchpad working with 1.13: http://www.bears-pit.com/board/ubbthreads.php/topics/314276/Synaptic_touchpad_with_JA2_v1_.html#Post314276

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5792 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2013-01-19 20:08:11 +00:00
parent 56e08dbeae
commit f8531461d3
13 changed files with 26 additions and 2 deletions
+2
View File
@@ -5137,6 +5137,7 @@ STR16 zOptionsToggleText[] =
L"区域物品栏弹窗匹配拾取", // the_bob : enable popups for picking items from sector inv
L"标记剩余敌人",
L"显示LBE(携行具)物品",
L"Invert mouse wheel", // TODO.Translate
L"--作弊模式选项--", // TOPTION_CHEAT_MODE_OPTIONS_HEADER,
L"强制 Bobby Ray 送货", // force all pending Bobby Ray shipments
L"-----------------", // TOPTION_CHEAT_MODE_OPTIONS_END
@@ -5252,6 +5253,7 @@ STR16 zOptionsScreenHelpText[] =
L"打开时,在区域物品栏界面,点击佣兵身上空白的携行具位置会弹窗匹配拾取物品。",
L"打开时,会直接显示该区域最后一个敌人的大致位置。",
L"打开时,在区域物品栏界面,右键点击装有物品的携行具时可直接显示包含的物品。",
L"When ON, inverts mouse wheel directions.", // TODO.Translate
L"(text not rendered)TOPTION_CHEAT_MODE_OPTIONS_HEADER",
L"强制 Bobby Ray 出货",
L"(text not rendered)TOPTION_CHEAT_MODE_OPTIONS_END",