mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Convert MapScreenCharacterSt::usSolID to SoldierID
This commit is contained in:
@@ -1096,7 +1096,7 @@ EquipmentSelection::Functions(UINT32 aVal)
|
||||
}
|
||||
else if ( aVal < gTemplateVector.size( ) )
|
||||
{
|
||||
SOLDIERTYPE* pSoldier = &Menptr[gCharactersList[bSelectedInfoChar].usSolID];
|
||||
SOLDIERTYPE* pSoldier = gCharactersList[bSelectedInfoChar].usSolID;
|
||||
if ( pSoldier )
|
||||
{
|
||||
std::string name = gTemplateVector[aVal];
|
||||
|
||||
Reference in New Issue
Block a user