mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Merged from revision: 6764
Fixes (by Buggler) - fixed hotkey switch weapons AP cost and empty hand swap - adjusted colors for militia equipment item shading - fixed IMP background button states and previous button array list git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6765 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -652,9 +652,9 @@ BOOLEAN RenderItemInPoolSlot( INT32 iCurrentSlot, INT32 iFirstSlotOnPage )
|
||||
if ( pInventoryPoolList[ iCurrentSlot + iFirstSlotOnPage ].object.exists() == true)
|
||||
{
|
||||
// colour depends on flag
|
||||
UINT16 usMilitia_EQColor = Get16BPPColor( FROMRGB( 31, 123, 129 ) );
|
||||
UINT16 usMilitia_EQColor = Get16BPPColor( FROMRGB( 0, 150, 215 ) );
|
||||
if ( pInventoryPoolList[ iCurrentSlot + iFirstSlotOnPage ].usFlags & WORLD_ITEM_TABOO_FOR_MILITIA_EQ_BLUE )
|
||||
usMilitia_EQColor = Get16BPPColor( FROMRGB( 57, 4, 155 ) );
|
||||
usMilitia_EQColor = Get16BPPColor( FROMRGB( 0, 110, 245 ) );
|
||||
if ( pInventoryPoolList[ iCurrentSlot + iFirstSlotOnPage ].usFlags & WORLD_ITEM_TABOO_FOR_MILITIA_EQ_ELITE )
|
||||
usMilitia_EQColor = Get16BPPColor( FROMRGB( 156, 37, 3 ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user