mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
SAM site repair is now an assignment. For this, old code has been repurposed.
For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=msg&th=22916&goto=347318&#msg_347318 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8314 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2885,13 +2885,11 @@ void DrawCharacterInfo(INT16 sCharNumber)
|
||||
// robot
|
||||
wcscpy( sString, pRepairStrings[ 3 ] );
|
||||
}
|
||||
/*
|
||||
else if ( pSoldier->flags.fFixingSAMSite )
|
||||
{
|
||||
// SAM site
|
||||
wcscpy( sString, pRepairStrings[ 1 ] );
|
||||
}
|
||||
*/
|
||||
else if ( pSoldier->bVehicleUnderRepairID != -1 )
|
||||
{
|
||||
// vehicle
|
||||
|
||||
Reference in New Issue
Block a user