mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
moved face icons for assignments and various states to a separate library to be independent of face gear icons.
GameDir >= 1738 is required. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6315 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -126,6 +126,7 @@ UINT8 gubProgCurEnemy = 0;
|
||||
|
||||
|
||||
UINT32 guiPORTRAITICONS;
|
||||
UINT32 guiASSIGNMENTICONS; // Flugente: icons for assignments
|
||||
|
||||
//UINT32 guiPORTRAITICONS_NV; //legion
|
||||
//UINT32 guiPORTRAITICONS_GAS_MASK; //legion
|
||||
@@ -377,6 +378,12 @@ BOOLEAN InitializeTacticalPortraits( )
|
||||
AssertMsg(0, "Missing INTERFACE\\portraiticons.sti" );
|
||||
}
|
||||
|
||||
// Flugente: icons for assignments
|
||||
FilenameForBPP("INTERFACE\\AssignmentIcons.sti", VObjectDesc.ImageFile);
|
||||
|
||||
if( !AddVideoObject( &VObjectDesc, &guiASSIGNMENTICONS ) )
|
||||
AssertMsg(0, "Missing INTERFACE\\AssignmentIcons.sti" );
|
||||
|
||||
return ( TRUE );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user