mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
With ALTERNATE_MOUSE_COMMANDS = TRUE, mouse wheel allows to change active interface level.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9224 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -148,6 +148,8 @@ extern void HandleTBPickUpBackpacks( void );
|
||||
extern void HandleTBDropBackpacks( void );
|
||||
extern void HandleTBLocatePrevMerc( void );
|
||||
extern void HandleTBLocateNextMerc( void );
|
||||
extern void HandleTBLevelDown(void);
|
||||
extern void HandleTBLevelUp(void);
|
||||
extern void HandleTBSwapGoogles( void );
|
||||
extern void HandleTBSwapSidearm( void );
|
||||
extern void HandleTBSwapKnife( void );
|
||||
@@ -1957,7 +1959,7 @@ void HandleAltMouseRTWheel(void)
|
||||
else if (_KeyDown(SHIFT)) // SHIFT
|
||||
HandleTBCycleThroughVisibleEnemiesBackward();
|
||||
else
|
||||
;
|
||||
HandleTBLevelUp();
|
||||
}
|
||||
else // wheel down
|
||||
{
|
||||
@@ -1983,7 +1985,7 @@ void HandleAltMouseRTWheel(void)
|
||||
else if (_KeyDown(SHIFT)) // SHIFT
|
||||
HandleTBCycleThroughVisibleEnemies();
|
||||
else
|
||||
;
|
||||
HandleTBLevelDown();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user