mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Use usSolID directly
usSolID *is* ubID from Menptr!
This commit is contained in:
@@ -12911,7 +12911,7 @@ void HandleChangeOfInfoChar( void )
|
|||||||
if( gCharactersList[ bOldInfoChar ].fValid == TRUE )
|
if( gCharactersList[ bOldInfoChar ].fValid == TRUE )
|
||||||
{
|
{
|
||||||
// set face in active
|
// set face in active
|
||||||
SetAutoFaceInActiveFromSoldier( Menptr[ gCharactersList[ bOldInfoChar ].usSolID ].ubID );
|
SetAutoFaceInActiveFromSoldier( gCharactersList[ bOldInfoChar ].usSolID );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user