- New Feature: Added possibility to swap merc position order in tactical team panel (by silversurfer)

o Just select the merc and press CTRL + Left Key for moving the merc one position to the left / CTRL + right key for moving the merc one position to the right
o see: http://www.ja-galaxy-forum.com/board/ubbthreads.php/topics/321935/Re_Drag_mercs_around_on_Merc_b.html#Post321935


git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6156 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2013-06-25 06:33:47 +00:00
parent fa2fe99b1d
commit 58e9e8a7db
2 changed files with 76 additions and 1 deletions
+2 -1
View File
@@ -3572,7 +3572,8 @@ void ScrollWorld( )
return;
// Ignore if ALT DONW
if ( _KeyDown( ALT ) )
// silversurfer: also ignore CTRL because this is now used for merc portrait switching
if ( _KeyDown(ALT) || _KeyDown(CTRL) )
return;