mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Little Alien
- Adjust light levels after swapping sungoggles and nightgoggles git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@68 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2891,7 +2891,7 @@ void GetKeyboardInput( UINT32 *puiNewEvent )
|
||||
|
||||
|
||||
|
||||
|
||||
// swap sungoggles and nightgoggles
|
||||
case 'N':
|
||||
{
|
||||
SOLDIERTYPE *pTeamSoldier;
|
||||
@@ -2949,6 +2949,8 @@ void GetKeyboardInput( UINT32 *puiNewEvent )
|
||||
|
||||
fCharacterInfoPanelDirty = TRUE;
|
||||
fInterfacePanelDirty = DIRTYLEVEL2;
|
||||
DeleteSoldierLight( pTeamSoldier );
|
||||
PositionSoldierLight( pTeamSoldier );
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3065,6 +3067,7 @@ void GetKeyboardInput( UINT32 *puiNewEvent )
|
||||
HandleStanceChangeFromUIKeys( ANIM_PRONE );
|
||||
break;
|
||||
|
||||
// Make auto reload with magazines from sector inventory
|
||||
case 'R':
|
||||
if (! (gTacticalStatus.uiFlags & INCOMBAT) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user