mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52: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 )
|
||||
{
|
||||
// set face in active
|
||||
SetAutoFaceInActiveFromSoldier( Menptr[ gCharactersList[ bOldInfoChar ].usSolID ].ubID );
|
||||
SetAutoFaceInActiveFromSoldier( gCharactersList[ bOldInfoChar ].usSolID );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user