mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Modified SDK for GCC 4.2
This commit is contained in:
@ -1185,7 +1185,7 @@ float CResponseSystem::ScoreCriteriaAgainstRuleCriteria( const AI_CriteriaSet& s
|
||||
if ( verbose )
|
||||
{
|
||||
DevMsg( "matched, weight %4.2f (s %4.2f x c %4.2f)",
|
||||
score, w, c->weight );
|
||||
score, w, c->weight.GetFloat() );
|
||||
}
|
||||
}
|
||||
else
|
||||
@ -1574,7 +1574,7 @@ void CResponseSystem::DescribeResponseGroup( ResponseGroup *group, int selected,
|
||||
i == selected ? "-> " : " ",
|
||||
AI_Response::DescribeResponse( r->GetType() ),
|
||||
r->value,
|
||||
r->weight );
|
||||
r->weight.GetFloat() );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user