mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- 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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user